Shades of Fringy Flower #BBE0BD
Tints of Fringy Flower #BBE0BD
RGB
CMYK
RGB Variations
Color information
#BBE0BD (or 0xBBE0BD) is known color: Fringy Flower. HEX triplet: BB, E0 and BD. RGB value is (187,224,189). Sum of RGB (Red+Green+Blue) = 187+224+189=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BD is #441F42. Grayscale: #D1D1D1. Windows color (decimal): -4464451 or 12443835. OLE color: 12443835.
HSL color Cylindrical-coordinate representation of color #BBE0BD: hue angle of 123.24º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 189 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 123.24º | 0.37% | 0.81% | - |
| HSV(B) | 123.24º | 0.17% | 0.88% | - |
| XYZ | 56.33 | 67.55 | 58.21 | - |
| YUV | 208.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 189 | 0.17 | 0 | 0.16 | 0.12 | 123.24 | 0.37 | 0.81 |
| Hex | BB | E0 | BD | 11 | 0 | 10 | C | 7B | 25 | 51 |
| Octal | 273 | 340 | 275 | 21 | 0 | 20 | 14 | 173 | 45 | 121 |
| Binary | 10111011 | 11100000 | 10111101 | 10001 | 0 | 10000 | 1100 | 1111011 | 100101 | 1010001 |
Color Harmonies of #BBE0BD
Complementary color
Monochromatic Colors of #BBE0BD
Black with #BBE0BD
Text Example
Text Example
White with #BBE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0BD; }
p { color: rgb(187,224,189); }
H1.HeaderClassName
{
color: #BBE0BD;
}
.AnyTagClassName
{
color: #BBE0BD;
}
</style>
background-color css
<style>
a { background-color: #BBE0BD; }
a { background-color: rgb(187,224,189); }
div.DivClassName
{
background-color: #BBE0BD;
}
.BgClassName
{
background-color: #BBE0BD;
}
</style>
border-color css
<style>
span { border-color: #BBE0BD; }
span { border-color: rgb(187,224,189); }
td.TdClassName
{
border-color: #BBE0BD;
}
.TagClassName
{
border-color: #BBE0BD;
}
</style>