Shades of Fringy Flower #BBE7BC
Tints of Fringy Flower #BBE7BC
RGB
CMYK
RGB Variations
Color information
#BBE7BC (or 0xBBE7BC) is known color: Fringy Flower. HEX triplet: BB, E7 and BC. RGB value is (187,231,188). Sum of RGB (Red+Green+Blue) = 187+231+188=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7BC is #441843. Grayscale: #D5D5D5. Windows color (decimal): -4462660 or 12380091. OLE color: 12380091.
HSL color Cylindrical-coordinate representation of color #BBE7BC: hue angle of 121.36º degrees, saturation: 0.48, 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 #BBE7BC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 188 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.09 |
| HSL | 121.36º | 0.48% | 0.82% | - |
| HSV(B) | 121.36º | 0.19% | 0.91% | - |
| XYZ | 58.15 | 71.35 | 58.28 | - |
| YUV | 212.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 188 | 0.19 | 0 | 0.19 | 0.09 | 121.36 | 0.48 | 0.82 |
| Hex | BB | E7 | BC | 13 | 0 | 13 | 9 | 79 | 30 | 52 |
| Octal | 273 | 347 | 274 | 23 | 0 | 23 | 11 | 171 | 60 | 122 |
| Binary | 10111011 | 11100111 | 10111100 | 10011 | 0 | 10011 | 1001 | 1111001 | 110000 | 1010010 |
Color Harmonies of #BBE7BC
Complementary color
Monochromatic Colors of #BBE7BC
Black with #BBE7BC
Text Example
Text Example
White with #BBE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7BC; }
p { color: rgb(187,231,188); }
H1.HeaderClassName
{
color: #BBE7BC;
}
.AnyTagClassName
{
color: #BBE7BC;
}
</style>
background-color css
<style>
a { background-color: #BBE7BC; }
a { background-color: rgb(187,231,188); }
div.DivClassName
{
background-color: #BBE7BC;
}
.BgClassName
{
background-color: #BBE7BC;
}
</style>
border-color css
<style>
span { border-color: #BBE7BC; }
span { border-color: rgb(187,231,188); }
td.TdClassName
{
border-color: #BBE7BC;
}
.TagClassName
{
border-color: #BBE7BC;
}
</style>