#BDFAEC

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

Shades of Water Leaf #BDFAEC

Tints of Water Leaf #BDFAEC

Color information

#BDFAEC (or 0xBDFAEC) is unknown color: approx Water Leaf. HEX triplet: BD, FA and EC. RGB value is (189,250,236). Sum of RGB (Red+Green+Blue) = 189+250+236=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAEC is #420513. Grayscale: #E6E6E6. Windows color (decimal): -4326676 or 15530685. OLE color: 15530685.

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

Color convert

RGB189250236-
CMYK0.2400.060.02
HSL166.23º85.92%86.08%-
HSV(B)166.23º24.4%98.04%-
XYZ70.3185.2592.11-
YUV230.16131.2998.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=28%
G=37.04%
B=34.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502360.2400.060.02166.2385.9286.08
HexBDFAEC18062a65656
Octal27537235430062246126126
Binary101111011111101011101100110000110101010011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAEC; }

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

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

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

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

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

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

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

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