Shades of Pink Flare #BFAFB1
Tints of Pink Flare #BFAFB1
RGB
CMYK
RGB Variations
Color information
#BFAFB1 (or 0xBFAFB1) is known color: Pink Flare. HEX triplet: BF, AF and B1. RGB value is (191,175,177). Sum of RGB (Red+Green+Blue) = 191+175+177=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFB1 is #40504E. Grayscale: #B4B4B4. Windows color (decimal): -4214863 or 11644863. OLE color: 11644863.
HSL color Cylindrical-coordinate representation of color #BFAFB1: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFAFB1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 177 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.25 |
| HSL | 352.5º | 0.11% | 0.72% | - |
| HSV(B) | 352.5º | 0.08% | 0.75% | - |
| XYZ | 44.75 | 44.91 | 47.9 | - |
| YUV | 180.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 177 | 0 | 0.08 | 0.07 | 0.25 | 352.5 | 0.11 | 0.72 |
| Hex | BF | AF | B1 | 0 | 8 | 7 | 19 | 160 | B | 48 |
| Octal | 277 | 257 | 261 | 0 | 10 | 7 | 31 | 540 | 13 | 110 |
| Binary | 10111111 | 10101111 | 10110001 | 0 | 1000 | 111 | 11001 | 101100000 | 1011 | 1001000 |
Color Harmonies of #BFAFB1
Complementary color
Monochromatic Colors of #BFAFB1
Black with #BFAFB1
Text Example
Text Example
White with #BFAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFB1; }
p { color: rgb(191,175,177); }
H1.HeaderClassName
{
color: #BFAFB1;
}
.AnyTagClassName
{
color: #BFAFB1;
}
</style>
background-color css
<style>
a { background-color: #BFAFB1; }
a { background-color: rgb(191,175,177); }
div.DivClassName
{
background-color: #BFAFB1;
}
.BgClassName
{
background-color: #BFAFB1;
}
</style>
border-color css
<style>
span { border-color: #BFAFB1; }
span { border-color: rgb(191,175,177); }
td.TdClassName
{
border-color: #BFAFB1;
}
.TagClassName
{
border-color: #BFAFB1;
}
</style>