Shades of Pink Swan #BFA8A7
Tints of Pink Swan #BFA8A7
RGB
CMYK
RGB Variations
Color information
#BFA8A7 (or 0xBFA8A7) is known color: Pink Swan. HEX triplet: BF, A8 and A7. RGB value is (191,168,167). Sum of RGB (Red+Green+Blue) = 191+168+167=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8A7 is #405758. Grayscale: #AEAEAE. Windows color (decimal): -4216665 or 10987711. OLE color: 10987711.
HSL color Cylindrical-coordinate representation of color #BFA8A7: hue angle of 2.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA8A7 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 167 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.25 |
| HSL | 2.5º | 0.16% | 0.7% | - |
| HSV(B) | 2.5º | 0.13% | 0.75% | - |
| XYZ | 42.46 | 41.87 | 42.4 | - |
| YUV | 174.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 167 | 0 | 0.12 | 0.13 | 0.25 | 2.5 | 0.16 | 0.7 |
| Hex | BF | A8 | A7 | 0 | C | D | 19 | 2 | 10 | 46 |
| Octal | 277 | 250 | 247 | 0 | 14 | 15 | 31 | 2 | 20 | 106 |
| Binary | 10111111 | 10101000 | 10100111 | 0 | 1100 | 1101 | 11001 | 10 | 10000 | 1000110 |
Color Harmonies of #BFA8A7
Complementary color
Monochromatic Colors of #BFA8A7
Black with #BFA8A7
Text Example
Text Example
White with #BFA8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8A7; }
p { color: rgb(191,168,167); }
H1.HeaderClassName
{
color: #BFA8A7;
}
.AnyTagClassName
{
color: #BFA8A7;
}
</style>
background-color css
<style>
a { background-color: #BFA8A7; }
a { background-color: rgb(191,168,167); }
div.DivClassName
{
background-color: #BFA8A7;
}
.BgClassName
{
background-color: #BFA8A7;
}
</style>
border-color css
<style>
span { border-color: #BFA8A7; }
span { border-color: rgb(191,168,167); }
td.TdClassName
{
border-color: #BFA8A7;
}
.TagClassName
{
border-color: #BFA8A7;
}
</style>