#B3DBBA

Color #B3DBBA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B3DBBA

Tints of Fringy Flower #B3DBBA

Color information

#B3DBBA (or 0xB3DBBA) is unknown color: approx Fringy Flower. HEX triplet: B3, DB and BA. RGB value is (179,219,186). Sum of RGB (Red+Green+Blue) = 179+219+186=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBBA is #4C2445. Grayscale: #CBCBCB. Windows color (decimal): -4990022 or 12245939. OLE color: 12245939.

HSL color Cylindrical-coordinate representation of color #B3DBBA: hue angle of 130.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DBBA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB179219186-
CMYK0.1800.150.14
HSL130.5º35.71%78.04%-
HSV(B)130.5º18.26%85.88%-
XYZ52.7863.7955.99-
YUV203.28118.25110.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=30.65%
G=37.5%
B=31.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191860.1800.150.14130.535.7178.04
HexB3DBBA120FE82244e
Octal263333272220171620244116
Binary10110011110110111011101010010011111110100000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBBA; }

 p { color: rgb(179,219,186); }

 H1.HeaderClassName
 {
   color: #B3DBBA;
 }
 .AnyTagClassName
 {
   color: #B3DBBA;
 }
</style>
background-color css

<style>
 a { background-color: #B3DBBA; }

 a { background-color: rgb(179,219,186); }

 div.DivClassName
 {
   background-color: #B3DBBA;
 }
 .BgClassName
 {
   background-color: #B3DBBA;
 }
</style>
border-color css

<style>
 span { border-color: #B3DBBA; }

 span { border-color: rgb(179,219,186); }

 td.TdClassName
 {
   border-color: #B3DBBA;
 }
 .TagClassName
 {
   border-color: #B3DBBA;
 }
</style>