#B9FDE4

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

Shades of Water Leaf #B9FDE4

Tints of Water Leaf #B9FDE4

Color information

#B9FDE4 (or 0xB9FDE4) is unknown color: approx Water Leaf. HEX triplet: B9, FD and E4. RGB value is (185,253,228). Sum of RGB (Red+Green+Blue) = 185+253+228=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDE4 is #46021B. Grayscale: #E5E5E5. Windows color (decimal): -4588060 or 15007161. OLE color: 15007161.

HSL color Cylindrical-coordinate representation of color #B9FDE4: hue angle of 157.94º 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 #B9FDE4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB185253228-
CMYK0.2700.100.01
HSL157.94º94.44%85.88%-
HSV(B)157.94º26.88%99.22%-
XYZ69.1486.1786.39-
YUV229.82126.9796.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.78%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=27.78%
G=37.99%
B=34.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532280.2700.100.01157.9494.4485.88
HexB9FDE41B0A19e5e56
Octal271375344330121236136126
Binary101110011111110111100100110110101011001111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDE4; }

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

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

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

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

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

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

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

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