Shades of Pink Swan #BAADAC
Tints of Pink Swan #BAADAC
RGB
CMYK
RGB Variations
Color information
#BAADAC (or 0xBAADAC) is known color: Pink Swan. HEX triplet: BA, AD and AC. RGB value is (186,173,172). Sum of RGB (Red+Green+Blue) = 186+173+172=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAC is #455253. Grayscale: #B0B0B0. Windows color (decimal): -4543060 or 11316666. OLE color: 11316666.
HSL color Cylindrical-coordinate representation of color #BAADAC: hue angle of 4.29º degrees, saturation: 0.09, 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 #BAADAC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 172 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.27 |
| HSL | 4.29º | 0.09% | 0.7% | - |
| HSV(B) | 4.29º | 0.08% | 0.73% | - |
| XYZ | 42.64 | 43.3 | 45.14 | - |
| YUV | 176.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 172 | 0 | 0.07 | 0.08 | 0.27 | 4.29 | 0.09 | 0.7 |
| Hex | BA | AD | AC | 0 | 7 | 8 | 1B | 4 | 9 | 46 |
| Octal | 272 | 255 | 254 | 0 | 7 | 10 | 33 | 4 | 11 | 106 |
| Binary | 10111010 | 10101101 | 10101100 | 0 | 111 | 1000 | 11011 | 100 | 1001 | 1000110 |
Color Harmonies of #BAADAC
Complementary color
Monochromatic Colors of #BAADAC
Black with #BAADAC
Text Example
Text Example
White with #BAADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADAC; }
p { color: rgb(186,173,172); }
H1.HeaderClassName
{
color: #BAADAC;
}
.AnyTagClassName
{
color: #BAADAC;
}
</style>
background-color css
<style>
a { background-color: #BAADAC; }
a { background-color: rgb(186,173,172); }
div.DivClassName
{
background-color: #BAADAC;
}
.BgClassName
{
background-color: #BAADAC;
}
</style>
border-color css
<style>
span { border-color: #BAADAC; }
span { border-color: rgb(186,173,172); }
td.TdClassName
{
border-color: #BAADAC;
}
.TagClassName
{
border-color: #BAADAC;
}
</style>