Shades of Fringy Flower #BBF2B8
Tints of Fringy Flower #BBF2B8
RGB
CMYK
RGB Variations
Color information
#BBF2B8 (or 0xBBF2B8) is known color: Fringy Flower. HEX triplet: BB, F2 and B8. RGB value is (187,242,184). Sum of RGB (Red+Green+Blue) = 187+242+184=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2B8 is #440D47. Grayscale: #DBDBDB. Windows color (decimal): -4459848 or 12120763. OLE color: 12120763.
HSL color Cylindrical-coordinate representation of color #BBF2B8: hue angle of 116.9º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF2B8 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 184 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.05 |
| HSL | 116.9º | 0.69% | 0.84% | - |
| HSV(B) | 116.9º | 0.24% | 0.95% | - |
| XYZ | 60.9 | 77.53 | 57.1 | - |
| YUV | 218.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 184 | 0.23 | 0 | 0.24 | 0.05 | 116.9 | 0.69 | 0.84 |
| Hex | BB | F2 | B8 | 17 | 0 | 18 | 5 | 75 | 45 | 54 |
| Octal | 273 | 362 | 270 | 27 | 0 | 30 | 5 | 165 | 105 | 124 |
| Binary | 10111011 | 11110010 | 10111000 | 10111 | 0 | 11000 | 101 | 1110101 | 1000101 | 1010100 |
Color Harmonies of #BBF2B8
Complementary color
Monochromatic Colors of #BBF2B8
Black with #BBF2B8
Text Example
Text Example
White with #BBF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2B8; }
p { color: rgb(187,242,184); }
H1.HeaderClassName
{
color: #BBF2B8;
}
.AnyTagClassName
{
color: #BBF2B8;
}
</style>
background-color css
<style>
a { background-color: #BBF2B8; }
a { background-color: rgb(187,242,184); }
div.DivClassName
{
background-color: #BBF2B8;
}
.BgClassName
{
background-color: #BBF2B8;
}
</style>
border-color css
<style>
span { border-color: #BBF2B8; }
span { border-color: rgb(187,242,184); }
td.TdClassName
{
border-color: #BBF2B8;
}
.TagClassName
{
border-color: #BBF2B8;
}
</style>