Shades of Pink Swan #BBA7A6
Tints of Pink Swan #BBA7A6
RGB
CMYK
RGB Variations
Color information
#BBA7A6 (or 0xBBA7A6) is known color: Pink Swan. HEX triplet: BB, A7 and A6. RGB value is (187,167,166). Sum of RGB (Red+Green+Blue) = 187+167+166=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7A6 is #445859. Grayscale: #ACACAC. Windows color (decimal): -4479066 or 10921915. OLE color: 10921915.
HSL color Cylindrical-coordinate representation of color #BBA7A6: hue angle of 2.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA7A6 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 166 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.27 |
| HSL | 2.86º | 0.13% | 0.69% | - |
| HSV(B) | 2.86º | 0.11% | 0.73% | - |
| XYZ | 41.2 | 40.96 | 41.81 | - |
| YUV | 172.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 166 | 0 | 0.11 | 0.11 | 0.27 | 2.86 | 0.13 | 0.69 |
| Hex | BB | A7 | A6 | 0 | B | B | 1B | 3 | D | 45 |
| Octal | 273 | 247 | 246 | 0 | 13 | 13 | 33 | 3 | 15 | 105 |
| Binary | 10111011 | 10100111 | 10100110 | 0 | 1011 | 1011 | 11011 | 11 | 1101 | 1000101 |
Color Harmonies of #BBA7A6
Complementary color
Monochromatic Colors of #BBA7A6
Black with #BBA7A6
Text Example
Text Example
White with #BBA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7A6; }
p { color: rgb(187,167,166); }
H1.HeaderClassName
{
color: #BBA7A6;
}
.AnyTagClassName
{
color: #BBA7A6;
}
</style>
background-color css
<style>
a { background-color: #BBA7A6; }
a { background-color: rgb(187,167,166); }
div.DivClassName
{
background-color: #BBA7A6;
}
.BgClassName
{
background-color: #BBA7A6;
}
</style>
border-color css
<style>
span { border-color: #BBA7A6; }
span { border-color: rgb(187,167,166); }
td.TdClassName
{
border-color: #BBA7A6;
}
.TagClassName
{
border-color: #BBA7A6;
}
</style>