#BDFCE9

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

Shades of Water Leaf #BDFCE9

Tints of Water Leaf #BDFCE9

Color information

#BDFCE9 (or 0xBDFCE9) is unknown color: approx Water Leaf. HEX triplet: BD, FC and E9. RGB value is (189,252,233). Sum of RGB (Red+Green+Blue) = 189+252+233=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCE9 is #420316. Grayscale: #E7E7E7. Windows color (decimal): -4326167 or 15334589. OLE color: 15334589.

HSL color Cylindrical-coordinate representation of color #BDFCE9: hue angle of 161.9º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCE9 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB189252233-
CMYK0.2500.080.01
HSL161.9º91.3%86.47%-
HSV(B)161.9º25%98.82%-
XYZ70.586.3290.04-
YUV231129.1398.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=28.04%
G=37.39%
B=34.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522330.2500.080.01161.991.386.47
HexBDFCE919081a25b56
Octal275374351310101242133126
Binary101111011111110011101001110010100011010001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCE9; }

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

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

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

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

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

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

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

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