#BDFCE4

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

Shades of Water Leaf #BDFCE4

Tints of Water Leaf #BDFCE4

Color information

#BDFCE4 (or 0xBDFCE4) is unknown color: approx Water Leaf. HEX triplet: BD, FC and E4. RGB value is (189,252,228). Sum of RGB (Red+Green+Blue) = 189+252+228=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCE4 is #42031B. Grayscale: #E6E6E6. Windows color (decimal): -4326172 or 15006909. OLE color: 15006909.

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

Color convert

RGB189252228-
CMYK0.2500.100.01
HSL157.14º91.3%86.47%-
HSV(B)157.14º25%98.82%-
XYZ69.886.0486.33-
YUV230.43126.6398.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=28.25%
G=37.67%
B=34.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522280.2500.100.01157.1491.386.47
HexBDFCE4190A19d5b56
Octal275374344310121235133126
Binary101111011111110011100100110010101011001110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCE4; }

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

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

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

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

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

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

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

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