Shades of Pink Flare #BFBABB
Tints of Pink Flare #BFBABB
RGB
CMYK
RGB Variations
Color information
#BFBABB (or 0xBFBABB) is known color: Pink Flare. HEX triplet: BF, BA and BB. RGB value is (191,186,187). Sum of RGB (Red+Green+Blue) = 191+186+187=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBABB is #404544. Grayscale: #BBBBBB. Windows color (decimal): -4212037 or 12303039. OLE color: 12303039.
HSL color Cylindrical-coordinate representation of color #BFBABB: hue angle of 348º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBABB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 187 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.25 |
| HSL | 348º | 0.04% | 0.74% | - |
| HSV(B) | 348º | 0.03% | 0.75% | - |
| XYZ | 48.01 | 49.78 | 54.09 | - |
| YUV | 187.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 187 | 0 | 0.03 | 0.02 | 0.25 | 348 | 0.04 | 0.74 |
| Hex | BF | BA | BB | 0 | 3 | 2 | 19 | 15C | 4 | 4A |
| Octal | 277 | 272 | 273 | 0 | 3 | 2 | 31 | 534 | 4 | 112 |
| Binary | 10111111 | 10111010 | 10111011 | 0 | 11 | 10 | 11001 | 101011100 | 100 | 1001010 |
Color Harmonies of #BFBABB
Complementary color
Monochromatic Colors of #BFBABB
Black with #BFBABB
Text Example
Text Example
White with #BFBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBABB; }
p { color: rgb(191,186,187); }
H1.HeaderClassName
{
color: #BFBABB;
}
.AnyTagClassName
{
color: #BFBABB;
}
</style>
background-color css
<style>
a { background-color: #BFBABB; }
a { background-color: rgb(191,186,187); }
div.DivClassName
{
background-color: #BFBABB;
}
.BgClassName
{
background-color: #BFBABB;
}
</style>
border-color css
<style>
span { border-color: #BFBABB; }
span { border-color: rgb(191,186,187); }
td.TdClassName
{
border-color: #BFBABB;
}
.TagClassName
{
border-color: #BFBABB;
}
</style>