#BDFAE9

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

Shades of Water Leaf #BDFAE9

Tints of Water Leaf #BDFAE9

Color information

#BDFAE9 (or 0xBDFAE9) is unknown color: approx Water Leaf. HEX triplet: BD, FA and E9. RGB value is (189,250,233). Sum of RGB (Red+Green+Blue) = 189+250+233=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAE9 is #420516. Grayscale: #E5E5E5. Windows color (decimal): -4326679 or 15334077. OLE color: 15334077.

HSL color Cylindrical-coordinate representation of color #BDFAE9: hue angle of 163.28º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAE9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB189250233-
CMYK0.2400.070.02
HSL163.28º85.92%86.08%-
HSV(B)163.28º24.4%98.04%-
XYZ69.8885.0789.83-
YUV229.82129.7998.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=28.12%
G=37.20%
B=34.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502330.2400.070.02163.2885.9286.08
HexBDFAE918072a35656
Octal27537235130072243126126
Binary101111011111101011101001110000111101010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAE9; }

 p { color: rgb(189,250,233); }

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

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

 a { background-color: rgb(189,250,233); }

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

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

 span { border-color: rgb(189,250,233); }

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