Shades of Careys Pink #BA9BA1
Tints of Careys Pink #BA9BA1
RGB
CMYK
RGB Variations
Color information
#BA9BA1 (or 0xBA9BA1) is known color: Careys Pink. HEX triplet: BA, 9B and A1. RGB value is (186,155,161). Sum of RGB (Red+Green+Blue) = 186+155+161=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BA1 is #45645E. Grayscale: #A4A4A4. Windows color (decimal): -4547679 or 10591162. OLE color: 10591162.
HSL color Cylindrical-coordinate representation of color #BA9BA1: hue angle of 348.39º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9BA1 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 161 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.27 |
| HSL | 348.39º | 0.18% | 0.67% | - |
| HSV(B) | 348.39º | 0.17% | 0.73% | - |
| XYZ | 38.4 | 36.46 | 38.73 | - |
| YUV | 164.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 161 | 0 | 0.17 | 0.13 | 0.27 | 348.39 | 0.18 | 0.67 |
| Hex | BA | 9B | A1 | 0 | 11 | D | 1B | 15C | 12 | 43 |
| Octal | 272 | 233 | 241 | 0 | 21 | 15 | 33 | 534 | 22 | 103 |
| Binary | 10111010 | 10011011 | 10100001 | 0 | 10001 | 1101 | 11011 | 101011100 | 10010 | 1000011 |
Color Harmonies of #BA9BA1
Complementary color
Monochromatic Colors of #BA9BA1
Black with #BA9BA1
Text Example
Text Example
White with #BA9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BA1; }
p { color: rgb(186,155,161); }
H1.HeaderClassName
{
color: #BA9BA1;
}
.AnyTagClassName
{
color: #BA9BA1;
}
</style>
background-color css
<style>
a { background-color: #BA9BA1; }
a { background-color: rgb(186,155,161); }
div.DivClassName
{
background-color: #BA9BA1;
}
.BgClassName
{
background-color: #BA9BA1;
}
</style>
border-color css
<style>
span { border-color: #BA9BA1; }
span { border-color: rgb(186,155,161); }
td.TdClassName
{
border-color: #BA9BA1;
}
.TagClassName
{
border-color: #BA9BA1;
}
</style>