#BDFBE5

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

Shades of Water Leaf #BDFBE5

Tints of Water Leaf #BDFBE5

Color information

#BDFBE5 (or 0xBDFBE5) is unknown color: approx Water Leaf. HEX triplet: BD, FB and E5. RGB value is (189,251,229). Sum of RGB (Red+Green+Blue) = 189+251+229=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE5 is #42041A. Grayscale: #E5E5E5. Windows color (decimal): -4326427 or 15072189. OLE color: 15072189.

HSL color Cylindrical-coordinate representation of color #BDFBE5: hue angle of 158.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB189251229-
CMYK0.2500.090.02
HSL158.71º88.57%86.27%-
HSV(B)158.71º24.7%98.43%-
XYZ69.6385.4786.96-
YUV229.95127.4698.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=28.25%
G=37.52%
B=34.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512290.2500.090.02158.7188.5786.27
HexBDFBE5190929f5956
Octal275373345310112237131126
Binary1011110111111011111001011100101001101001111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBE5; }

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

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

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

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

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

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

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

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