Shades of Careys Pink #BA9CA0
Tints of Careys Pink #BA9CA0
RGB
CMYK
RGB Variations
Color information
#BA9CA0 (or 0xBA9CA0) is known color: Careys Pink. HEX triplet: BA, 9C and A0. RGB value is (186,156,160). Sum of RGB (Red+Green+Blue) = 186+156+160=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA0 is #45635F. Grayscale: #A5A5A5. Windows color (decimal): -4547424 or 10525882. OLE color: 10525882.
HSL color Cylindrical-coordinate representation of color #BA9CA0: hue angle of 352º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CA0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 160 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.27 |
| HSL | 352º | 0.18% | 0.67% | - |
| HSV(B) | 352º | 0.16% | 0.73% | - |
| XYZ | 38.48 | 36.75 | 38.32 | - |
| YUV | 165.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 160 | 0 | 0.16 | 0.14 | 0.27 | 352 | 0.18 | 0.67 |
| Hex | BA | 9C | A0 | 0 | 10 | E | 1B | 160 | 12 | 43 |
| Octal | 272 | 234 | 240 | 0 | 20 | 16 | 33 | 540 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10100000 | 0 | 10000 | 1110 | 11011 | 101100000 | 10010 | 1000011 |
Color Harmonies of #BA9CA0
Complementary color
Monochromatic Colors of #BA9CA0
Black with #BA9CA0
Text Example
Text Example
White with #BA9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CA0; }
p { color: rgb(186,156,160); }
H1.HeaderClassName
{
color: #BA9CA0;
}
.AnyTagClassName
{
color: #BA9CA0;
}
</style>
background-color css
<style>
a { background-color: #BA9CA0; }
a { background-color: rgb(186,156,160); }
div.DivClassName
{
background-color: #BA9CA0;
}
.BgClassName
{
background-color: #BA9CA0;
}
</style>
border-color css
<style>
span { border-color: #BA9CA0; }
span { border-color: rgb(186,156,160); }
td.TdClassName
{
border-color: #BA9CA0;
}
.TagClassName
{
border-color: #BA9CA0;
}
</style>