#B3FBE6

Color #B3FBE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B3FBE6

Tints of Water Leaf #B3FBE6

Color information

#B3FBE6 (or 0xB3FBE6) is unknown color: approx Water Leaf. HEX triplet: B3, FB and E6. RGB value is (179,251,230). Sum of RGB (Red+Green+Blue) = 179+251+230=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FBE6 is #4C0419. Grayscale: #E3E3E3. Windows color (decimal): -4981786 or 15137715. OLE color: 15137715.

HSL color Cylindrical-coordinate representation of color #B3FBE6: hue angle of 162.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBE6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB179251230-
CMYK0.2900.080.02
HSL162.5º90%84.31%-
HSV(B)162.5º28.69%98.43%-
XYZ67.3784.2987.58-
YUV227.08129.6593.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.12%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=27.12%
G=38.03%
B=34.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512300.2900.080.02162.59084.31
HexB3FBE61D082a25a54
Octal263373346350102242132124
Binary1011001111111011111001101110101000101010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBE6; }

 p { color: rgb(179,251,230); }

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

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

 a { background-color: rgb(179,251,230); }

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

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

 span { border-color: rgb(179,251,230); }

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