#BDFCE8

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

Shades of Water Leaf #BDFCE8

Tints of Water Leaf #BDFCE8

Color information

#BDFCE8 (or 0xBDFCE8) is unknown color: approx Water Leaf. HEX triplet: BD, FC and E8. RGB value is (189,252,232). Sum of RGB (Red+Green+Blue) = 189+252+232=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCE8 is #420317. Grayscale: #E6E6E6. Windows color (decimal): -4326168 or 15269053. OLE color: 15269053.

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

Color convert

RGB189252232-
CMYK0.2500.080.01
HSL160.95º91.3%86.47%-
HSV(B)160.95º25%98.82%-
XYZ70.3686.2789.29-
YUV230.88128.6398.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=28.08%
G=37.44%
B=34.47%

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
Decimal1892522320.2500.080.01160.9591.386.47
HexBDFCE819081a15b56
Octal275374350310101241133126
Binary101111011111110011101000110010100011010000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCE8; }

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

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

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

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

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

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

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

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