Shades of Pink Swan #B8AAA9
Tints of Pink Swan #B8AAA9
RGB
CMYK
RGB Variations
Color information
#B8AAA9 (or 0xB8AAA9) is known color: Pink Swan. HEX triplet: B8, AA and A9. RGB value is (184,170,169). Sum of RGB (Red+Green+Blue) = 184+170+169=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA9 is #475556. Grayscale: #AEAEAE. Windows color (decimal): -4674903 or 11119288. OLE color: 11119288.
HSL color Cylindrical-coordinate representation of color #B8AAA9: hue angle of 4º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8AAA9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 169 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.28 |
| HSL | 4º | 0.1% | 0.69% | - |
| HSV(B) | 4º | 0.08% | 0.72% | - |
| XYZ | 41.3 | 41.8 | 43.43 | - |
| YUV | 174.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 169 | 0 | 0.08 | 0.08 | 0.28 | 4 | 0.1 | 0.69 |
| Hex | B8 | AA | A9 | 0 | 8 | 8 | 1C | 4 | A | 45 |
| Octal | 270 | 252 | 251 | 0 | 10 | 10 | 34 | 4 | 12 | 105 |
| Binary | 10111000 | 10101010 | 10101001 | 0 | 1000 | 1000 | 11100 | 100 | 1010 | 1000101 |
Color Harmonies of #B8AAA9
Complementary color
Monochromatic Colors of #B8AAA9
Black with #B8AAA9
Text Example
Text Example
White with #B8AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA9; }
p { color: rgb(184,170,169); }
H1.HeaderClassName
{
color: #B8AAA9;
}
.AnyTagClassName
{
color: #B8AAA9;
}
</style>
background-color css
<style>
a { background-color: #B8AAA9; }
a { background-color: rgb(184,170,169); }
div.DivClassName
{
background-color: #B8AAA9;
}
.BgClassName
{
background-color: #B8AAA9;
}
</style>
border-color css
<style>
span { border-color: #B8AAA9; }
span { border-color: rgb(184,170,169); }
td.TdClassName
{
border-color: #B8AAA9;
}
.TagClassName
{
border-color: #B8AAA9;
}
</style>