#BDFAE6

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

Shades of Water Leaf #BDFAE6

Tints of Water Leaf #BDFAE6

Color information

#BDFAE6 (or 0xBDFAE6) is unknown color: approx Water Leaf. HEX triplet: BD, FA and E6. RGB value is (189,250,230). Sum of RGB (Red+Green+Blue) = 189+250+230=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAE6 is #420519. Grayscale: #E5E5E5. Windows color (decimal): -4326682 or 15137469. OLE color: 15137469.

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

Color convert

RGB189250230-
CMYK0.2400.080.02
HSL160.33º85.92%86.08%-
HSV(B)160.33º24.4%98.04%-
XYZ69.4584.987.59-
YUV229.48128.2999.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=28.25%
G=37.37%
B=34.38%

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
Decimal1892502300.2400.080.02160.3385.9286.08
HexBDFAE618082a05656
Octal275372346300102240126126
Binary1011110111111010111001101100001000101010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAE6; }

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

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

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

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

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

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

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

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