Shades of Pink Swan #B9ABAA
Tints of Pink Swan #B9ABAA
RGB
CMYK
RGB Variations
Color information
#B9ABAA (or 0xB9ABAA) is known color: Pink Swan. HEX triplet: B9, AB and AA. RGB value is (185,171,170). Sum of RGB (Red+Green+Blue) = 185+171+170=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABAA is #465455. Grayscale: #AFAFAF. Windows color (decimal): -4609110 or 11185081. OLE color: 11185081.
HSL color Cylindrical-coordinate representation of color #B9ABAA: hue angle of 4º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9ABAA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 170 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.27 |
| HSL | 4º | 0.1% | 0.7% | - |
| HSV(B) | 4º | 0.08% | 0.73% | - |
| XYZ | 41.83 | 42.34 | 44 | - |
| YUV | 175.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 170 | 0 | 0.08 | 0.08 | 0.27 | 4 | 0.1 | 0.7 |
| Hex | B9 | AB | AA | 0 | 8 | 8 | 1B | 4 | A | 46 |
| Octal | 271 | 253 | 252 | 0 | 10 | 10 | 33 | 4 | 12 | 106 |
| Binary | 10111001 | 10101011 | 10101010 | 0 | 1000 | 1000 | 11011 | 100 | 1010 | 1000110 |
Color Harmonies of #B9ABAA
Complementary color
Monochromatic Colors of #B9ABAA
Black with #B9ABAA
Text Example
Text Example
White with #B9ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABAA; }
p { color: rgb(185,171,170); }
H1.HeaderClassName
{
color: #B9ABAA;
}
.AnyTagClassName
{
color: #B9ABAA;
}
</style>
background-color css
<style>
a { background-color: #B9ABAA; }
a { background-color: rgb(185,171,170); }
div.DivClassName
{
background-color: #B9ABAA;
}
.BgClassName
{
background-color: #B9ABAA;
}
</style>
border-color css
<style>
span { border-color: #B9ABAA; }
span { border-color: rgb(185,171,170); }
td.TdClassName
{
border-color: #B9ABAA;
}
.TagClassName
{
border-color: #B9ABAA;
}
</style>