#BDFAE5

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

Shades of Water Leaf #BDFAE5

Tints of Water Leaf #BDFAE5

Color information

#BDFAE5 (or 0xBDFAE5) is unknown color: approx Water Leaf. HEX triplet: BD, FA and E5. RGB value is (189,250,229). Sum of RGB (Red+Green+Blue) = 189+250+229=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAE5 is #42051A. Grayscale: #E5E5E5. Windows color (decimal): -4326683 or 15071933. OLE color: 15071933.

HSL color Cylindrical-coordinate representation of color #BDFAE5: hue angle of 159.34º 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 #BDFAE5 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB189250229-
CMYK0.2400.080.02
HSL159.34º85.92%86.08%-
HSV(B)159.34º24.4%98.04%-
XYZ69.3184.8586.85-
YUV229.37127.7999.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=28.29%
G=37.43%
B=34.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502290.2400.080.02159.3485.9286.08
HexBDFAE5180829f5656
Octal275372345300102237126126
Binary1011110111111010111001011100001000101001111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAE5; }

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

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

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

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

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

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

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

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