Shades of Fringy Flower #BBF3B9
Tints of Fringy Flower #BBF3B9
RGB
CMYK
RGB Variations
Color information
#BBF3B9 (or 0xBBF3B9) is known color: Fringy Flower. HEX triplet: BB, F3 and B9. RGB value is (187,243,185). Sum of RGB (Red+Green+Blue) = 187+243+185=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3B9 is #440C46. Grayscale: #DBDBDB. Windows color (decimal): -4459591 or 12186555. OLE color: 12186555.
HSL color Cylindrical-coordinate representation of color #BBF3B9: hue angle of 117.93º 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 #BBF3B9 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 185 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.05 |
| HSL | 117.93º | 0.71% | 0.84% | - |
| HSV(B) | 117.93º | 0.24% | 0.95% | - |
| XYZ | 61.3 | 78.17 | 57.76 | - |
| YUV | 219.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 185 | 0.23 | 0 | 0.24 | 0.05 | 117.93 | 0.71 | 0.84 |
| Hex | BB | F3 | B9 | 17 | 0 | 18 | 5 | 76 | 47 | 54 |
| Octal | 273 | 363 | 271 | 27 | 0 | 30 | 5 | 166 | 107 | 124 |
| Binary | 10111011 | 11110011 | 10111001 | 10111 | 0 | 11000 | 101 | 1110110 | 1000111 | 1010100 |
Color Harmonies of #BBF3B9
Complementary color
Monochromatic Colors of #BBF3B9
Black with #BBF3B9
Text Example
Text Example
White with #BBF3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3B9; }
p { color: rgb(187,243,185); }
H1.HeaderClassName
{
color: #BBF3B9;
}
.AnyTagClassName
{
color: #BBF3B9;
}
</style>
background-color css
<style>
a { background-color: #BBF3B9; }
a { background-color: rgb(187,243,185); }
div.DivClassName
{
background-color: #BBF3B9;
}
.BgClassName
{
background-color: #BBF3B9;
}
</style>
border-color css
<style>
span { border-color: #BBF3B9; }
span { border-color: rgb(187,243,185); }
td.TdClassName
{
border-color: #BBF3B9;
}
.TagClassName
{
border-color: #BBF3B9;
}
</style>