#B9FDE7

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

Shades of Water Leaf #B9FDE7

Tints of Water Leaf #B9FDE7

Color information

#B9FDE7 (or 0xB9FDE7) is unknown color: approx Water Leaf. HEX triplet: B9, FD and E7. RGB value is (185,253,231). Sum of RGB (Red+Green+Blue) = 185+253+231=669 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.65% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDE7 is #460218. Grayscale: #E6E6E6. Windows color (decimal): -4588057 or 15203769. OLE color: 15203769.

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

Color convert

RGB185253231-
CMYK0.2700.090.01
HSL160.59º94.44%85.88%-
HSV(B)160.59º26.88%99.22%-
XYZ69.5686.3388.6-
YUV230.16128.4795.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.65%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=27.65%
G=37.82%
B=34.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532310.2700.090.01160.5994.4485.88
HexB9FDE71B091a15e56
Octal271375347330111241136126
Binary101110011111110111100111110110100111010000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDE7; }

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

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

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

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

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

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

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

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