Shades of Pink Swan #BAACAB
Tints of Pink Swan #BAACAB
RGB
CMYK
RGB Variations
Color information
#BAACAB (or 0xBAACAB) is known color: Pink Swan. HEX triplet: BA, AC and AB. RGB value is (186,172,171). Sum of RGB (Red+Green+Blue) = 186+172+171=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACAB is #455354. Grayscale: #B0B0B0. Windows color (decimal): -4543317 or 11250874. OLE color: 11250874.
HSL color Cylindrical-coordinate representation of color #BAACAB: 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 #BAACAB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 171 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.27 |
| HSL | 4º | 0.1% | 0.7% | - |
| HSV(B) | 4º | 0.08% | 0.73% | - |
| XYZ | 42.35 | 42.88 | 44.57 | - |
| YUV | 176.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 171 | 0 | 0.08 | 0.08 | 0.27 | 4 | 0.1 | 0.7 |
| Hex | BA | AC | AB | 0 | 8 | 8 | 1B | 4 | A | 46 |
| Octal | 272 | 254 | 253 | 0 | 10 | 10 | 33 | 4 | 12 | 106 |
| Binary | 10111010 | 10101100 | 10101011 | 0 | 1000 | 1000 | 11011 | 100 | 1010 | 1000110 |
Color Harmonies of #BAACAB
Complementary color
Monochromatic Colors of #BAACAB
Black with #BAACAB
Text Example
Text Example
White with #BAACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACAB; }
p { color: rgb(186,172,171); }
H1.HeaderClassName
{
color: #BAACAB;
}
.AnyTagClassName
{
color: #BAACAB;
}
</style>
background-color css
<style>
a { background-color: #BAACAB; }
a { background-color: rgb(186,172,171); }
div.DivClassName
{
background-color: #BAACAB;
}
.BgClassName
{
background-color: #BAACAB;
}
</style>
border-color css
<style>
span { border-color: #BAACAB; }
span { border-color: rgb(186,172,171); }
td.TdClassName
{
border-color: #BAACAB;
}
.TagClassName
{
border-color: #BAACAB;
}
</style>