Shades of Careys Pink #BA9698
Tints of Careys Pink #BA9698
RGB
CMYK
RGB Variations
Color information
#BA9698 (or 0xBA9698) is known color: Careys Pink. HEX triplet: BA, 96 and 98. RGB value is (186,150,152). Sum of RGB (Red+Green+Blue) = 186+150+152=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9698 is #456967. Grayscale: #A1A1A1. Windows color (decimal): -4548968 or 10000058. OLE color: 10000058.
HSL color Cylindrical-coordinate representation of color #BA9698: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9698 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 152 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.27 |
| HSL | 356.67º | 0.21% | 0.66% | - |
| HSV(B) | 356.67º | 0.19% | 0.73% | - |
| XYZ | 36.82 | 34.52 | 34.43 | - |
| YUV | 160.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 152 | 0 | 0.19 | 0.18 | 0.27 | 356.67 | 0.21 | 0.66 |
| Hex | BA | 96 | 98 | 0 | 13 | 12 | 1B | 165 | 15 | 42 |
| Octal | 272 | 226 | 230 | 0 | 23 | 22 | 33 | 545 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10011000 | 0 | 10011 | 10010 | 11011 | 101100101 | 10101 | 1000010 |
Color Harmonies of #BA9698
Complementary color
Monochromatic Colors of #BA9698
Black with #BA9698
Text Example
Text Example
White with #BA9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9698; }
p { color: rgb(186,150,152); }
H1.HeaderClassName
{
color: #BA9698;
}
.AnyTagClassName
{
color: #BA9698;
}
</style>
background-color css
<style>
a { background-color: #BA9698; }
a { background-color: rgb(186,150,152); }
div.DivClassName
{
background-color: #BA9698;
}
.BgClassName
{
background-color: #BA9698;
}
</style>
border-color css
<style>
span { border-color: #BA9698; }
span { border-color: rgb(186,150,152); }
td.TdClassName
{
border-color: #BA9698;
}
.TagClassName
{
border-color: #BA9698;
}
</style>