Shades of Careys Pink #BA9EA0
Tints of Careys Pink #BA9EA0
RGB
CMYK
RGB Variations
Color information
#BA9EA0 (or 0xBA9EA0) is known color: Careys Pink. HEX triplet: BA, 9E and A0. RGB value is (186,158,160). Sum of RGB (Red+Green+Blue) = 186+158+160=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EA0 is #45615F. Grayscale: #A6A6A6. Windows color (decimal): -4546912 or 10526394. OLE color: 10526394.
HSL color Cylindrical-coordinate representation of color #BA9EA0: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EA0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 160 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.27 |
| HSL | 355.71º | 0.17% | 0.67% | - |
| HSV(B) | 355.71º | 0.15% | 0.73% | - |
| XYZ | 38.82 | 37.43 | 38.44 | - |
| YUV | 166.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 160 | 0 | 0.15 | 0.14 | 0.27 | 355.71 | 0.17 | 0.67 |
| Hex | BA | 9E | A0 | 0 | F | E | 1B | 164 | 11 | 43 |
| Octal | 272 | 236 | 240 | 0 | 17 | 16 | 33 | 544 | 21 | 103 |
| Binary | 10111010 | 10011110 | 10100000 | 0 | 1111 | 1110 | 11011 | 101100100 | 10001 | 1000011 |
Color Harmonies of #BA9EA0
Complementary color
Monochromatic Colors of #BA9EA0
Black with #BA9EA0
Text Example
Text Example
White with #BA9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9EA0; }
p { color: rgb(186,158,160); }
H1.HeaderClassName
{
color: #BA9EA0;
}
.AnyTagClassName
{
color: #BA9EA0;
}
</style>
background-color css
<style>
a { background-color: #BA9EA0; }
a { background-color: rgb(186,158,160); }
div.DivClassName
{
background-color: #BA9EA0;
}
.BgClassName
{
background-color: #BA9EA0;
}
</style>
border-color css
<style>
span { border-color: #BA9EA0; }
span { border-color: rgb(186,158,160); }
td.TdClassName
{
border-color: #BA9EA0;
}
.TagClassName
{
border-color: #BA9EA0;
}
</style>