Shades of Fringy Flower #BBE8C0
Tints of Fringy Flower #BBE8C0
RGB
CMYK
RGB Variations
Color information
#BBE8C0 (or 0xBBE8C0) is known color: Fringy Flower. HEX triplet: BB, E8 and C0. RGB value is (187,232,192). Sum of RGB (Red+Green+Blue) = 187+232+192=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8C0 is #44173F. Grayscale: #D6D6D6. Windows color (decimal): -4462400 or 12642491. OLE color: 12642491.
HSL color Cylindrical-coordinate representation of color #BBE8C0: hue angle of 126.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 192 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.09 |
| HSL | 126.67º | 0.49% | 0.82% | - |
| HSV(B) | 126.67º | 0.19% | 0.91% | - |
| XYZ | 58.86 | 72.08 | 60.68 | - |
| YUV | 213.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 192 | 0.19 | 0 | 0.17 | 0.09 | 126.67 | 0.49 | 0.82 |
| Hex | BB | E8 | C0 | 13 | 0 | 11 | 9 | 7F | 31 | 52 |
| Octal | 273 | 350 | 300 | 23 | 0 | 21 | 11 | 177 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11000000 | 10011 | 0 | 10001 | 1001 | 1111111 | 110001 | 1010010 |
Color Harmonies of #BBE8C0
Complementary color
Monochromatic Colors of #BBE8C0
Black with #BBE8C0
Text Example
Text Example
White with #BBE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8C0; }
p { color: rgb(187,232,192); }
H1.HeaderClassName
{
color: #BBE8C0;
}
.AnyTagClassName
{
color: #BBE8C0;
}
</style>
background-color css
<style>
a { background-color: #BBE8C0; }
a { background-color: rgb(187,232,192); }
div.DivClassName
{
background-color: #BBE8C0;
}
.BgClassName
{
background-color: #BBE8C0;
}
</style>
border-color css
<style>
span { border-color: #BBE8C0; }
span { border-color: rgb(187,232,192); }
td.TdClassName
{
border-color: #BBE8C0;
}
.TagClassName
{
border-color: #BBE8C0;
}
</style>