Shades of Water Leaf #BDFBE5
Tints of Water Leaf #BDFBE5
RGB
CMYK
RGB Variations
Color information
#BDFBE5 (or 0xBDFBE5) is known color: 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
RGB | 189 | 251 | 229 | - |
CMYK | 0.25 | 0 | 0.09 | 0.02 |
HSL | 158.71º | 0.89% | 0.86% | - |
HSV(B) | 158.71º | 0.25% | 0.98% | - |
XYZ | 69.63 | 85.47 | 86.96 | - |
YUV | 229.95 | 127.46 | 98.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 251 | 229 | 0.25 | 0 | 0.09 | 0.02 | 158.71 | 0.89 | 0.86 |
Hex | BD | FB | E5 | 19 | 0 | 9 | 2 | 9F | 59 | 56 |
Octal | 275 | 373 | 345 | 31 | 0 | 11 | 2 | 237 | 131 | 126 |
Binary | 10111101 | 11111011 | 11100101 | 11001 | 0 | 1001 | 10 | 10011111 | 1011001 | 1010110 |
Color Harmonies of #BDFBE5
Complementary color
Monochromatic Colors of #BDFBE5
Black with #BDFBE5
Text Example
Text Example
White with #BDFBE5
Text Example
Text Example
HTML Codes & Css Web 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>