Shades of Fringy Flower #BBF3B8
Tints of Fringy Flower #BBF3B8
RGB
CMYK
RGB Variations
Color information
#BBF3B8 (or 0xBBF3B8) is known color: Fringy Flower. HEX triplet: BB, F3 and B8. RGB value is (187,243,184). Sum of RGB (Red+Green+Blue) = 187+243+184=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3B8 is #440C47. Grayscale: #DBDBDB. Windows color (decimal): -4459592 or 12121019. OLE color: 12121019.
HSL color Cylindrical-coordinate representation of color #BBF3B8: hue angle of 116.95º degrees, saturation: 0.71, 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 #BBF3B8 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 184 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.05 |
| HSL | 116.95º | 0.71% | 0.84% | - |
| HSV(B) | 116.95º | 0.24% | 0.95% | - |
| XYZ | 61.2 | 78.13 | 57.2 | - |
| YUV | 219.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 184 | 0.23 | 0 | 0.24 | 0.05 | 116.95 | 0.71 | 0.84 |
| Hex | BB | F3 | B8 | 17 | 0 | 18 | 5 | 75 | 47 | 54 |
| Octal | 273 | 363 | 270 | 27 | 0 | 30 | 5 | 165 | 107 | 124 |
| Binary | 10111011 | 11110011 | 10111000 | 10111 | 0 | 11000 | 101 | 1110101 | 1000111 | 1010100 |
Color Harmonies of #BBF3B8
Complementary color
Monochromatic Colors of #BBF3B8
Black with #BBF3B8
Text Example
Text Example
White with #BBF3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3B8; }
p { color: rgb(187,243,184); }
H1.HeaderClassName
{
color: #BBF3B8;
}
.AnyTagClassName
{
color: #BBF3B8;
}
</style>
background-color css
<style>
a { background-color: #BBF3B8; }
a { background-color: rgb(187,243,184); }
div.DivClassName
{
background-color: #BBF3B8;
}
.BgClassName
{
background-color: #BBF3B8;
}
</style>
border-color css
<style>
span { border-color: #BBF3B8; }
span { border-color: rgb(187,243,184); }
td.TdClassName
{
border-color: #BBF3B8;
}
.TagClassName
{
border-color: #BBF3B8;
}
</style>