Shades of Fringy Flower #BBE8BB
Tints of Fringy Flower #BBE8BB
RGB
CMYK
RGB Variations
Color information
#BBE8BB (or 0xBBE8BB) is known color: Fringy Flower. HEX triplet: BB, E8 and BB. RGB value is (187,232,187). Sum of RGB (Red+Green+Blue) = 187+232+187=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8BB is #441744. Grayscale: #D5D5D5. Windows color (decimal): -4462405 or 12314811. OLE color: 12314811.
HSL color Cylindrical-coordinate representation of color #BBE8BB: hue angle of 120º 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 #BBE8BB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 187 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.09 |
| HSL | 120º | 0.49% | 0.82% | - |
| HSV(B) | 120º | 0.19% | 0.91% | - |
| XYZ | 58.32 | 71.87 | 57.81 | - |
| YUV | 213.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 187 | 0.19 | 0 | 0.19 | 0.09 | 120 | 0.49 | 0.82 |
| Hex | BB | E8 | BB | 13 | 0 | 13 | 9 | 78 | 31 | 52 |
| Octal | 273 | 350 | 273 | 23 | 0 | 23 | 11 | 170 | 61 | 122 |
| Binary | 10111011 | 11101000 | 10111011 | 10011 | 0 | 10011 | 1001 | 1111000 | 110001 | 1010010 |
Color Harmonies of #BBE8BB
Complementary color
Monochromatic Colors of #BBE8BB
Black with #BBE8BB
Text Example
Text Example
White with #BBE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8BB; }
p { color: rgb(187,232,187); }
H1.HeaderClassName
{
color: #BBE8BB;
}
.AnyTagClassName
{
color: #BBE8BB;
}
</style>
background-color css
<style>
a { background-color: #BBE8BB; }
a { background-color: rgb(187,232,187); }
div.DivClassName
{
background-color: #BBE8BB;
}
.BgClassName
{
background-color: #BBE8BB;
}
</style>
border-color css
<style>
span { border-color: #BBE8BB; }
span { border-color: rgb(187,232,187); }
td.TdClassName
{
border-color: #BBE8BB;
}
.TagClassName
{
border-color: #BBE8BB;
}
</style>