Shades of Fringy Flower #BBECB8
Tints of Fringy Flower #BBECB8
RGB
CMYK
RGB Variations
Color information
#BBECB8 (or 0xBBECB8) is known color: Fringy Flower. HEX triplet: BB, EC and B8. RGB value is (187,236,184). Sum of RGB (Red+Green+Blue) = 187+236+184=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECB8 is #441347. Grayscale: #D7D7D7. Windows color (decimal): -4461384 or 12119227. OLE color: 12119227.
HSL color Cylindrical-coordinate representation of color #BBECB8: hue angle of 116.54º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBECB8 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 184 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.07 |
| HSL | 116.54º | 0.58% | 0.82% | - |
| HSV(B) | 116.54º | 0.22% | 0.93% | - |
| XYZ | 59.14 | 74.02 | 56.52 | - |
| YUV | 215.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 184 | 0.21 | 0 | 0.22 | 0.07 | 116.54 | 0.58 | 0.82 |
| Hex | BB | EC | B8 | 15 | 0 | 16 | 7 | 75 | 3A | 52 |
| Octal | 273 | 354 | 270 | 25 | 0 | 26 | 7 | 165 | 72 | 122 |
| Binary | 10111011 | 11101100 | 10111000 | 10101 | 0 | 10110 | 111 | 1110101 | 111010 | 1010010 |
Color Harmonies of #BBECB8
Complementary color
Monochromatic Colors of #BBECB8
Black with #BBECB8
Text Example
Text Example
White with #BBECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECB8; }
p { color: rgb(187,236,184); }
H1.HeaderClassName
{
color: #BBECB8;
}
.AnyTagClassName
{
color: #BBECB8;
}
</style>
background-color css
<style>
a { background-color: #BBECB8; }
a { background-color: rgb(187,236,184); }
div.DivClassName
{
background-color: #BBECB8;
}
.BgClassName
{
background-color: #BBECB8;
}
</style>
border-color css
<style>
span { border-color: #BBECB8; }
span { border-color: rgb(187,236,184); }
td.TdClassName
{
border-color: #BBECB8;
}
.TagClassName
{
border-color: #BBECB8;
}
</style>