Shades of Fringy Flower #BBFAB9
Tints of Fringy Flower #BBFAB9
RGB
CMYK
RGB Variations
Color information
#BBFAB9 (or 0xBBFAB9) is known color: Fringy Flower. HEX triplet: BB, FA and B9. RGB value is (187,250,185). Sum of RGB (Red+Green+Blue) = 187+250+185=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAB9 is #440546. Grayscale: #DFDFDF. Windows color (decimal): -4457799 or 12188347. OLE color: 12188347.
HSL color Cylindrical-coordinate representation of color #BBFAB9: hue angle of 118.15º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFAB9 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 185 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.02 |
| HSL | 118.15º | 0.87% | 0.85% | - |
| HSV(B) | 118.15º | 0.26% | 0.98% | - |
| XYZ | 63.44 | 82.44 | 58.47 | - |
| YUV | 223.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 185 | 0.25 | 0 | 0.26 | 0.02 | 118.15 | 0.87 | 0.85 |
| Hex | BB | FA | B9 | 19 | 0 | 1A | 2 | 76 | 57 | 55 |
| Octal | 273 | 372 | 271 | 31 | 0 | 32 | 2 | 166 | 127 | 125 |
| Binary | 10111011 | 11111010 | 10111001 | 11001 | 0 | 11010 | 10 | 1110110 | 1010111 | 1010101 |
Color Harmonies of #BBFAB9
Complementary color
Monochromatic Colors of #BBFAB9
Black with #BBFAB9
Text Example
Text Example
White with #BBFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAB9; }
p { color: rgb(187,250,185); }
H1.HeaderClassName
{
color: #BBFAB9;
}
.AnyTagClassName
{
color: #BBFAB9;
}
</style>
background-color css
<style>
a { background-color: #BBFAB9; }
a { background-color: rgb(187,250,185); }
div.DivClassName
{
background-color: #BBFAB9;
}
.BgClassName
{
background-color: #BBFAB9;
}
</style>
border-color css
<style>
span { border-color: #BBFAB9; }
span { border-color: rgb(187,250,185); }
td.TdClassName
{
border-color: #BBFAB9;
}
.TagClassName
{
border-color: #BBFAB9;
}
</style>