Shades of Pink Swan #BFA6A6
Tints of Pink Swan #BFA6A6
RGB
CMYK
RGB Variations
Color information
#BFA6A6 (or 0xBFA6A6) is known color: Pink Swan. HEX triplet: BF, A6 and A6. RGB value is (191,166,166). Sum of RGB (Red+Green+Blue) = 191+166+166=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6A6 is #405959. Grayscale: #ADADAD. Windows color (decimal): -4217178 or 10921663. OLE color: 10921663.
HSL color Cylindrical-coordinate representation of color #BFA6A6: hue angle of 0º 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 #BFA6A6 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 166 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.25 |
| HSL | 0º | 0.16% | 0.7% | - |
| HSV(B) | 0º | 0.13% | 0.75% | - |
| XYZ | 42.01 | 41.1 | 41.8 | - |
| YUV | 173.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 166 | 0 | 0.13 | 0.13 | 0.25 | 0 | 0.16 | 0.7 |
| Hex | BF | A6 | A6 | 0 | D | D | 19 | 0 | 10 | 46 |
| Octal | 277 | 246 | 246 | 0 | 15 | 15 | 31 | 0 | 20 | 106 |
| Binary | 10111111 | 10100110 | 10100110 | 0 | 1101 | 1101 | 11001 | 0 | 10000 | 1000110 |
Color Harmonies of #BFA6A6
Complementary color
Monochromatic Colors of #BFA6A6
Black with #BFA6A6
Text Example
Text Example
White with #BFA6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6A6; }
p { color: rgb(191,166,166); }
H1.HeaderClassName
{
color: #BFA6A6;
}
.AnyTagClassName
{
color: #BFA6A6;
}
</style>
background-color css
<style>
a { background-color: #BFA6A6; }
a { background-color: rgb(191,166,166); }
div.DivClassName
{
background-color: #BFA6A6;
}
.BgClassName
{
background-color: #BFA6A6;
}
</style>
border-color css
<style>
span { border-color: #BFA6A6; }
span { border-color: rgb(191,166,166); }
td.TdClassName
{
border-color: #BFA6A6;
}
.TagClassName
{
border-color: #BFA6A6;
}
</style>