Shades of Fringy Flower #BBEABB
Tints of Fringy Flower #BBEABB
RGB
CMYK
RGB Variations
Color information
#BBEABB (or 0xBBEABB) is known color: Fringy Flower. HEX triplet: BB, EA and BB. RGB value is (187,234,187). Sum of RGB (Red+Green+Blue) = 187+234+187=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEABB is #441544. Grayscale: #D6D6D6. Windows color (decimal): -4461893 or 12315323. OLE color: 12315323.
HSL color Cylindrical-coordinate representation of color #BBEABB: hue angle of 120º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEABB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 187 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.08 |
| HSL | 120º | 0.53% | 0.83% | - |
| HSV(B) | 120º | 0.2% | 0.92% | - |
| XYZ | 58.89 | 73 | 58 | - |
| YUV | 214.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 187 | 0.20 | 0 | 0.20 | 0.08 | 120 | 0.53 | 0.83 |
| Hex | BB | EA | BB | 14 | 0 | 14 | 8 | 78 | 35 | 53 |
| Octal | 273 | 352 | 273 | 24 | 0 | 24 | 10 | 170 | 65 | 123 |
| Binary | 10111011 | 11101010 | 10111011 | 10100 | 0 | 10100 | 1000 | 1111000 | 110101 | 1010011 |
Color Harmonies of #BBEABB
Complementary color
Monochromatic Colors of #BBEABB
Black with #BBEABB
Text Example
Text Example
White with #BBEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEABB; }
p { color: rgb(187,234,187); }
H1.HeaderClassName
{
color: #BBEABB;
}
.AnyTagClassName
{
color: #BBEABB;
}
</style>
background-color css
<style>
a { background-color: #BBEABB; }
a { background-color: rgb(187,234,187); }
div.DivClassName
{
background-color: #BBEABB;
}
.BgClassName
{
background-color: #BBEABB;
}
</style>
border-color css
<style>
span { border-color: #BBEABB; }
span { border-color: rgb(187,234,187); }
td.TdClassName
{
border-color: #BBEABB;
}
.TagClassName
{
border-color: #BBEABB;
}
</style>