Shades of Fringy Flower #BBE1BD
Tints of Fringy Flower #BBE1BD
RGB
CMYK
RGB Variations
Color information
#BBE1BD (or 0xBBE1BD) is known color: Fringy Flower. HEX triplet: BB, E1 and BD. RGB value is (187,225,189). Sum of RGB (Red+Green+Blue) = 187+225+189=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1BD is #441E42. Grayscale: #D1D1D1. Windows color (decimal): -4464195 or 12444091. OLE color: 12444091.
HSL color Cylindrical-coordinate representation of color #BBE1BD: hue angle of 123.16º degrees, saturation: 0.39, 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 #BBE1BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 189 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 123.16º | 0.39% | 0.81% | - |
| HSV(B) | 123.16º | 0.17% | 0.88% | - |
| XYZ | 56.6 | 68.09 | 58.3 | - |
| YUV | 209.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 189 | 0.17 | 0 | 0.16 | 0.12 | 123.16 | 0.39 | 0.81 |
| Hex | BB | E1 | BD | 11 | 0 | 10 | C | 7B | 27 | 51 |
| Octal | 273 | 341 | 275 | 21 | 0 | 20 | 14 | 173 | 47 | 121 |
| Binary | 10111011 | 11100001 | 10111101 | 10001 | 0 | 10000 | 1100 | 1111011 | 100111 | 1010001 |
Color Harmonies of #BBE1BD
Complementary color
Monochromatic Colors of #BBE1BD
Black with #BBE1BD
Text Example
Text Example
White with #BBE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1BD; }
p { color: rgb(187,225,189); }
H1.HeaderClassName
{
color: #BBE1BD;
}
.AnyTagClassName
{
color: #BBE1BD;
}
</style>
background-color css
<style>
a { background-color: #BBE1BD; }
a { background-color: rgb(187,225,189); }
div.DivClassName
{
background-color: #BBE1BD;
}
.BgClassName
{
background-color: #BBE1BD;
}
</style>
border-color css
<style>
span { border-color: #BBE1BD; }
span { border-color: rgb(187,225,189); }
td.TdClassName
{
border-color: #BBE1BD;
}
.TagClassName
{
border-color: #BBE1BD;
}
</style>