Shades of Fringy Flower #BBE0BC
Tints of Fringy Flower #BBE0BC
RGB
CMYK
RGB Variations
Color information
#BBE0BC (or 0xBBE0BC) is known color: Fringy Flower. HEX triplet: BB, E0 and BC. RGB value is (187,224,188). Sum of RGB (Red+Green+Blue) = 187+224+188=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0BC is #441F43. Grayscale: #D0D0D0. Windows color (decimal): -4464452 or 12378299. OLE color: 12378299.
HSL color Cylindrical-coordinate representation of color #BBE0BC: hue angle of 121.62º 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 #BBE0BC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 188 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 121.62º | 0.37% | 0.81% | - |
| HSV(B) | 121.62º | 0.17% | 0.88% | - |
| XYZ | 56.23 | 67.51 | 57.64 | - |
| YUV | 208.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 188 | 0.17 | 0 | 0.16 | 0.12 | 121.62 | 0.37 | 0.81 |
| Hex | BB | E0 | BC | 11 | 0 | 10 | C | 7A | 25 | 51 |
| Octal | 273 | 340 | 274 | 21 | 0 | 20 | 14 | 172 | 45 | 121 |
| Binary | 10111011 | 11100000 | 10111100 | 10001 | 0 | 10000 | 1100 | 1111010 | 100101 | 1010001 |
Color Harmonies of #BBE0BC
Complementary color
Monochromatic Colors of #BBE0BC
Black with #BBE0BC
Text Example
Text Example
White with #BBE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0BC; }
p { color: rgb(187,224,188); }
H1.HeaderClassName
{
color: #BBE0BC;
}
.AnyTagClassName
{
color: #BBE0BC;
}
</style>
background-color css
<style>
a { background-color: #BBE0BC; }
a { background-color: rgb(187,224,188); }
div.DivClassName
{
background-color: #BBE0BC;
}
.BgClassName
{
background-color: #BBE0BC;
}
</style>
border-color css
<style>
span { border-color: #BBE0BC; }
span { border-color: rgb(187,224,188); }
td.TdClassName
{
border-color: #BBE0BC;
}
.TagClassName
{
border-color: #BBE0BC;
}
</style>