Shades of Water Leaf #BDFBED
Tints of Water Leaf #BDFBED
RGB
CMYK
RGB Variations
Color information
#BDFBED (or 0xBDFBED) is known color: Water Leaf. HEX triplet: BD, FB and ED. RGB value is (189,251,237). Sum of RGB (Red+Green+Blue) = 189+251+237=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBED is #420412. Grayscale: #E6E6E6. Windows color (decimal): -4326419 or 15596477. OLE color: 15596477.
HSL color Cylindrical-coordinate representation of color #BDFBED: hue angle of 166.45º 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 #BDFBED is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 251 | 237 | - |
CMYK | 0.25 | 0 | 0.06 | 0.02 |
HSL | 166.45º | 0.89% | 0.86% | - |
HSV(B) | 166.45º | 0.25% | 0.98% | - |
XYZ | 70.77 | 85.93 | 92.98 | - |
YUV | 230.87 | 131.46 | 98.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 251 | 237 | 0.25 | 0 | 0.06 | 0.02 | 166.45 | 0.89 | 0.86 |
Hex | BD | FB | ED | 19 | 0 | 6 | 2 | A6 | 59 | 56 |
Octal | 275 | 373 | 355 | 31 | 0 | 6 | 2 | 246 | 131 | 126 |
Binary | 10111101 | 11111011 | 11101101 | 11001 | 0 | 110 | 10 | 10100110 | 1011001 | 1010110 |
Color Harmonies of #BDFBED
Complementary color
Monochromatic Colors of #BDFBED
Black with #BDFBED
Text Example
Text Example
White with #BDFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBED; }
p { color: rgb(189,251,237); }
H1.HeaderClassName
{
color: #BDFBED;
}
.AnyTagClassName
{
color: #BDFBED;
}
</style>
background-color css
<style>
a { background-color: #BDFBED; }
a { background-color: rgb(189,251,237); }
div.DivClassName
{
background-color: #BDFBED;
}
.BgClassName
{
background-color: #BDFBED;
}
</style>
border-color css
<style>
span { border-color: #BDFBED; }
span { border-color: rgb(189,251,237); }
td.TdClassName
{
border-color: #BDFBED;
}
.TagClassName
{
border-color: #BDFBED;
}
</style>