Shades of Pink Swan #BAB0AF
Tints of Pink Swan #BAB0AF
RGB
CMYK
RGB Variations
Color information
#BAB0AF (or 0xBAB0AF) is known color: Pink Swan. HEX triplet: BA, B0 and AF. RGB value is (186,176,175). Sum of RGB (Red+Green+Blue) = 186+176+175=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AF is #454F50. Grayscale: #B2B2B2. Windows color (decimal): -4542289 or 11514042. OLE color: 11514042.
HSL color Cylindrical-coordinate representation of color #BAB0AF: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB0AF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 175 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.27 |
| HSL | 5.45º | 0.07% | 0.71% | - |
| HSV(B) | 5.45º | 0.06% | 0.73% | - |
| XYZ | 43.51 | 44.58 | 46.87 | - |
| YUV | 178.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 175 | 0 | 0.05 | 0.06 | 0.27 | 5.45 | 0.07 | 0.71 |
| Hex | BA | B0 | AF | 0 | 5 | 6 | 1B | 5 | 7 | 47 |
| Octal | 272 | 260 | 257 | 0 | 5 | 6 | 33 | 5 | 7 | 107 |
| Binary | 10111010 | 10110000 | 10101111 | 0 | 101 | 110 | 11011 | 101 | 111 | 1000111 |
Color Harmonies of #BAB0AF
Complementary color
Monochromatic Colors of #BAB0AF
Black with #BAB0AF
Text Example
Text Example
White with #BAB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0AF; }
p { color: rgb(186,176,175); }
H1.HeaderClassName
{
color: #BAB0AF;
}
.AnyTagClassName
{
color: #BAB0AF;
}
</style>
background-color css
<style>
a { background-color: #BAB0AF; }
a { background-color: rgb(186,176,175); }
div.DivClassName
{
background-color: #BAB0AF;
}
.BgClassName
{
background-color: #BAB0AF;
}
</style>
border-color css
<style>
span { border-color: #BAB0AF; }
span { border-color: rgb(186,176,175); }
td.TdClassName
{
border-color: #BAB0AF;
}
.TagClassName
{
border-color: #BAB0AF;
}
</style>