Shades of Fringy Flower #BBE2BD
Tints of Fringy Flower #BBE2BD
RGB
CMYK
RGB Variations
Color information
#BBE2BD (or 0xBBE2BD) is known color: Fringy Flower. HEX triplet: BB, E2 and BD. RGB value is (187,226,189). Sum of RGB (Red+Green+Blue) = 187+226+189=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2BD is #441D42. Grayscale: #D2D2D2. Windows color (decimal): -4463939 or 12444347. OLE color: 12444347.
HSL color Cylindrical-coordinate representation of color #BBE2BD: hue angle of 123.08º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 189 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.11 |
| HSL | 123.08º | 0.4% | 0.81% | - |
| HSV(B) | 123.08º | 0.17% | 0.89% | - |
| XYZ | 56.88 | 68.63 | 58.39 | - |
| YUV | 210.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 189 | 0.17 | 0 | 0.16 | 0.11 | 123.08 | 0.4 | 0.81 |
| Hex | BB | E2 | BD | 11 | 0 | 10 | B | 7B | 28 | 51 |
| Octal | 273 | 342 | 275 | 21 | 0 | 20 | 13 | 173 | 50 | 121 |
| Binary | 10111011 | 11100010 | 10111101 | 10001 | 0 | 10000 | 1011 | 1111011 | 101000 | 1010001 |
Color Harmonies of #BBE2BD
Complementary color
Monochromatic Colors of #BBE2BD
Black with #BBE2BD
Text Example
Text Example
White with #BBE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2BD; }
p { color: rgb(187,226,189); }
H1.HeaderClassName
{
color: #BBE2BD;
}
.AnyTagClassName
{
color: #BBE2BD;
}
</style>
background-color css
<style>
a { background-color: #BBE2BD; }
a { background-color: rgb(187,226,189); }
div.DivClassName
{
background-color: #BBE2BD;
}
.BgClassName
{
background-color: #BBE2BD;
}
</style>
border-color css
<style>
span { border-color: #BBE2BD; }
span { border-color: rgb(187,226,189); }
td.TdClassName
{
border-color: #BBE2BD;
}
.TagClassName
{
border-color: #BBE2BD;
}
</style>