#BDFAE3

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

Shades of Water Leaf #BDFAE3

Tints of Water Leaf #BDFAE3

Color information

#BDFAE3 (or 0xBDFAE3) is unknown color: approx Water Leaf. HEX triplet: BD, FA and E3. RGB value is (189,250,227). Sum of RGB (Red+Green+Blue) = 189+250+227=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAE3 is #42051C. Grayscale: #E5E5E5. Windows color (decimal): -4326685 or 14940861. OLE color: 14940861.

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

Color convert

RGB189250227-
CMYK0.2400.090.02
HSL157.38º85.92%86.08%-
HSV(B)157.38º24.4%98.04%-
XYZ69.0484.7485.39-
YUV229.14126.7999.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 227 (89.06% from 255) = 34.08%
R=28.38%
G=37.54%
B=34.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502270.2400.090.02157.3885.9286.08
HexBDFAE3180929d5656
Octal275372343300112235126126
Binary1011110111111010111000111100001001101001110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAE3; }

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

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

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

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

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

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

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

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