Shades of Careys Pink #BAA3A9
Tints of Careys Pink #BAA3A9
RGB
CMYK
RGB Variations
Color information
#BAA3A9 (or 0xBAA3A9) is known color: Careys Pink. HEX triplet: BA, A3 and A9. RGB value is (186,163,169). Sum of RGB (Red+Green+Blue) = 186+163+169=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3A9 is #455C56. Grayscale: #AAAAAA. Windows color (decimal): -4545623 or 11117498. OLE color: 11117498.
HSL color Cylindrical-coordinate representation of color #BAA3A9: hue angle of 344.35º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3A9 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 169 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.27 |
| HSL | 344.35º | 0.14% | 0.68% | - |
| HSV(B) | 344.35º | 0.12% | 0.73% | - |
| XYZ | 40.51 | 39.5 | 43.02 | - |
| YUV | 170.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 169 | 0 | 0.12 | 0.09 | 0.27 | 344.35 | 0.14 | 0.68 |
| Hex | BA | A3 | A9 | 0 | C | 9 | 1B | 158 | E | 44 |
| Octal | 272 | 243 | 251 | 0 | 14 | 11 | 33 | 530 | 16 | 104 |
| Binary | 10111010 | 10100011 | 10101001 | 0 | 1100 | 1001 | 11011 | 101011000 | 1110 | 1000100 |
Color Harmonies of #BAA3A9
Complementary color
Monochromatic Colors of #BAA3A9
Black with #BAA3A9
Text Example
Text Example
White with #BAA3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3A9; }
p { color: rgb(186,163,169); }
H1.HeaderClassName
{
color: #BAA3A9;
}
.AnyTagClassName
{
color: #BAA3A9;
}
</style>
background-color css
<style>
a { background-color: #BAA3A9; }
a { background-color: rgb(186,163,169); }
div.DivClassName
{
background-color: #BAA3A9;
}
.BgClassName
{
background-color: #BAA3A9;
}
</style>
border-color css
<style>
span { border-color: #BAA3A9; }
span { border-color: rgb(186,163,169); }
td.TdClassName
{
border-color: #BAA3A9;
}
.TagClassName
{
border-color: #BAA3A9;
}
</style>