#B9FDE2

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

Shades of Water Leaf #B9FDE2

Tints of Water Leaf #B9FDE2

Color information

#B9FDE2 (or 0xB9FDE2) is unknown color: approx Water Leaf. HEX triplet: B9, FD and E2. RGB value is (185,253,226). Sum of RGB (Red+Green+Blue) = 185+253+226=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDE2 is #46021D. Grayscale: #E5E5E5. Windows color (decimal): -4588062 or 14876089. OLE color: 14876089.

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

Color convert

RGB185253226-
CMYK0.2700.110.01
HSL156.18º94.44%85.88%-
HSV(B)156.18º26.88%99.22%-
XYZ68.8686.0684.93-
YUV229.59125.9796.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.86%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=27.86%
G=38.10%
B=34.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852532260.2700.110.01156.1894.4485.88
HexB9FDE21B0B19c5e56
Octal271375342330131234136126
Binary101110011111110111100010110110101111001110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDE2; }

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

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

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

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

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

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

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

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