Shades of Fringy Flower #BBF9BB
Tints of Fringy Flower #BBF9BB
RGB
CMYK
RGB Variations
Color information
#BBF9BB (or 0xBBF9BB) is known color: Fringy Flower. HEX triplet: BB, F9 and BB. RGB value is (187,249,187). Sum of RGB (Red+Green+Blue) = 187+249+187=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9BB is #440644. Grayscale: #DFDFDF. Windows color (decimal): -4458053 or 12319163. OLE color: 12319163.
HSL color Cylindrical-coordinate representation of color #BBF9BB: hue angle of 120º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9BB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 187 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 120º | 0.84% | 0.85% | - |
| HSV(B) | 120º | 0.25% | 0.98% | - |
| XYZ | 63.34 | 81.9 | 59.48 | - |
| YUV | 223.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 187 | 0.25 | 0 | 0.25 | 0.02 | 120 | 0.84 | 0.85 |
| Hex | BB | F9 | BB | 19 | 0 | 19 | 2 | 78 | 54 | 55 |
| Octal | 273 | 371 | 273 | 31 | 0 | 31 | 2 | 170 | 124 | 125 |
| Binary | 10111011 | 11111001 | 10111011 | 11001 | 0 | 11001 | 10 | 1111000 | 1010100 | 1010101 |
Color Harmonies of #BBF9BB
Complementary color
Monochromatic Colors of #BBF9BB
Black with #BBF9BB
Text Example
Text Example
White with #BBF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9BB; }
p { color: rgb(187,249,187); }
H1.HeaderClassName
{
color: #BBF9BB;
}
.AnyTagClassName
{
color: #BBF9BB;
}
</style>
background-color css
<style>
a { background-color: #BBF9BB; }
a { background-color: rgb(187,249,187); }
div.DivClassName
{
background-color: #BBF9BB;
}
.BgClassName
{
background-color: #BBF9BB;
}
</style>
border-color css
<style>
span { border-color: #BBF9BB; }
span { border-color: rgb(187,249,187); }
td.TdClassName
{
border-color: #BBF9BB;
}
.TagClassName
{
border-color: #BBF9BB;
}
</style>