Shades of Pink Swan #BAA9A8
Tints of Pink Swan #BAA9A8
RGB
CMYK
RGB Variations
Color information
#BAA9A8 (or 0xBAA9A8) is known color: Pink Swan. HEX triplet: BA, A9 and A8. RGB value is (186,169,168). Sum of RGB (Red+Green+Blue) = 186+169+168=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9A8 is #455657. Grayscale: #ADADAD. Windows color (decimal): -4544088 or 11053498. OLE color: 11053498.
HSL color Cylindrical-coordinate representation of color #BAA9A8: hue angle of 3.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA9A8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 168 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.27 |
| HSL | 3.33º | 0.12% | 0.69% | - |
| HSV(B) | 3.33º | 0.1% | 0.73% | - |
| XYZ | 41.51 | 41.64 | 42.9 | - |
| YUV | 173.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 168 | 0 | 0.09 | 0.10 | 0.27 | 3.33 | 0.12 | 0.69 |
| Hex | BA | A9 | A8 | 0 | 9 | A | 1B | 3 | C | 45 |
| Octal | 272 | 251 | 250 | 0 | 11 | 12 | 33 | 3 | 14 | 105 |
| Binary | 10111010 | 10101001 | 10101000 | 0 | 1001 | 1010 | 11011 | 11 | 1100 | 1000101 |
Color Harmonies of #BAA9A8
Complementary color
Monochromatic Colors of #BAA9A8
Black with #BAA9A8
Text Example
Text Example
White with #BAA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9A8; }
p { color: rgb(186,169,168); }
H1.HeaderClassName
{
color: #BAA9A8;
}
.AnyTagClassName
{
color: #BAA9A8;
}
</style>
background-color css
<style>
a { background-color: #BAA9A8; }
a { background-color: rgb(186,169,168); }
div.DivClassName
{
background-color: #BAA9A8;
}
.BgClassName
{
background-color: #BAA9A8;
}
</style>
border-color css
<style>
span { border-color: #BAA9A8; }
span { border-color: rgb(186,169,168); }
td.TdClassName
{
border-color: #BAA9A8;
}
.TagClassName
{
border-color: #BAA9A8;
}
</style>