#BDFCE5

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

Shades of Water Leaf #BDFCE5

Tints of Water Leaf #BDFCE5

Color information

#BDFCE5 (or 0xBDFCE5) is unknown color: approx Water Leaf. HEX triplet: BD, FC and E5. RGB value is (189,252,229). Sum of RGB (Red+Green+Blue) = 189+252+229=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCE5 is #42031A. Grayscale: #E6E6E6. Windows color (decimal): -4326171 or 15072445. OLE color: 15072445.

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

Color convert

RGB189252229-
CMYK0.2500.090.01
HSL158.1º91.3%86.47%-
HSV(B)158.1º25%98.82%-
XYZ69.9486.187.06-
YUV230.54127.1398.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=28.21%
G=37.61%
B=34.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522290.2500.090.01158.191.386.47
HexBDFCE5190919e5b56
Octal275374345310111236133126
Binary101111011111110011100101110010100111001111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCE5; }

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

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

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

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

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

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

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

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