#B9FDE8

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

Shades of Water Leaf #B9FDE8

Tints of Water Leaf #B9FDE8

Color information

#B9FDE8 (or 0xB9FDE8) is unknown color: approx Water Leaf. HEX triplet: B9, FD and E8. RGB value is (185,253,232). Sum of RGB (Red+Green+Blue) = 185+253+232=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDE8 is #460217. Grayscale: #E6E6E6. Windows color (decimal): -4588056 or 15269305. OLE color: 15269305.

HSL color Cylindrical-coordinate representation of color #B9FDE8: hue angle of 161.47º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDE8 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB185253232-
CMYK0.2700.080.01
HSL161.47º94.44%85.88%-
HSV(B)161.47º26.88%99.22%-
XYZ69.786.3989.35-
YUV230.27128.9795.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 232 (91.02% from 255) = 34.63%
R=27.61%
G=37.76%
B=34.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532320.2700.080.01161.4794.4485.88
HexB9FDE81B081a15e56
Octal271375350330101241136126
Binary101110011111110111101000110110100011010000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDE8; }

 p { color: rgb(185,253,232); }

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

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

 a { background-color: rgb(185,253,232); }

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

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

 span { border-color: rgb(185,253,232); }

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