Shades of Careys Pink #BA9899
Tints of Careys Pink #BA9899
RGB
CMYK
RGB Variations
Color information
#BA9899 (or 0xBA9899) is known color: Careys Pink. HEX triplet: BA, 98 and 99. RGB value is (186,152,153). Sum of RGB (Red+Green+Blue) = 186+152+153=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9899 is #456766. Grayscale: #A2A2A2. Windows color (decimal): -4548455 or 10066106. OLE color: 10066106.
HSL color Cylindrical-coordinate representation of color #BA9899: hue angle of 358.24º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9899 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 153 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.27 |
| HSL | 358.24º | 0.2% | 0.66% | - |
| HSV(B) | 358.24º | 0.18% | 0.73% | - |
| XYZ | 37.23 | 35.2 | 34.97 | - |
| YUV | 162.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 153 | 0 | 0.18 | 0.18 | 0.27 | 358.24 | 0.2 | 0.66 |
| Hex | BA | 98 | 99 | 0 | 12 | 12 | 1B | 166 | 14 | 42 |
| Octal | 272 | 230 | 231 | 0 | 22 | 22 | 33 | 546 | 24 | 102 |
| Binary | 10111010 | 10011000 | 10011001 | 0 | 10010 | 10010 | 11011 | 101100110 | 10100 | 1000010 |
Color Harmonies of #BA9899
Complementary color
Monochromatic Colors of #BA9899
Black with #BA9899
Text Example
Text Example
White with #BA9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9899; }
p { color: rgb(186,152,153); }
H1.HeaderClassName
{
color: #BA9899;
}
.AnyTagClassName
{
color: #BA9899;
}
</style>
background-color css
<style>
a { background-color: #BA9899; }
a { background-color: rgb(186,152,153); }
div.DivClassName
{
background-color: #BA9899;
}
.BgClassName
{
background-color: #BA9899;
}
</style>
border-color css
<style>
span { border-color: #BA9899; }
span { border-color: rgb(186,152,153); }
td.TdClassName
{
border-color: #BA9899;
}
.TagClassName
{
border-color: #BA9899;
}
</style>