#BDFBE4

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

Shades of Water Leaf #BDFBE4

Tints of Water Leaf #BDFBE4

Color information

#BDFBE4 (or 0xBDFBE4) is unknown color: approx Water Leaf. HEX triplet: BD, FB and E4. RGB value is (189,251,228). Sum of RGB (Red+Green+Blue) = 189+251+228=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE4 is #42041B. Grayscale: #E5E5E5. Windows color (decimal): -4326428 or 15006653. OLE color: 15006653.

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

Color convert

RGB189251228-
CMYK0.2500.090.02
HSL157.74º88.57%86.27%-
HSV(B)157.74º24.7%98.43%-
XYZ69.4985.4186.22-
YUV229.84126.9698.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=28.29%
G=37.57%
B=34.13%

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
Decimal1892512280.2500.090.02157.7488.5786.27
HexBDFBE4190929e5956
Octal275373344310112236131126
Binary1011110111111011111001001100101001101001111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBE4; }

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

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

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

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

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

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

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

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