Shades of Careys Pink #BA9DA3
Tints of Careys Pink #BA9DA3
RGB
CMYK
RGB Variations
Color information
#BA9DA3 (or 0xBA9DA3) is known color: Careys Pink. HEX triplet: BA, 9D and A3. RGB value is (186,157,163). Sum of RGB (Red+Green+Blue) = 186+157+163=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA3 is #45625C. Grayscale: #A6A6A6. Windows color (decimal): -4547165 or 10722746. OLE color: 10722746.
HSL color Cylindrical-coordinate representation of color #BA9DA3: hue angle of 347.59º degrees, saturation: 0.17, 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 #BA9DA3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 163 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.27 |
| HSL | 347.59º | 0.17% | 0.67% | - |
| HSV(B) | 347.59º | 0.16% | 0.73% | - |
| XYZ | 38.92 | 37.2 | 39.78 | - |
| YUV | 166.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 163 | 0 | 0.16 | 0.12 | 0.27 | 347.59 | 0.17 | 0.67 |
| Hex | BA | 9D | A3 | 0 | 10 | C | 1B | 15C | 11 | 43 |
| Octal | 272 | 235 | 243 | 0 | 20 | 14 | 33 | 534 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10100011 | 0 | 10000 | 1100 | 11011 | 101011100 | 10001 | 1000011 |
Color Harmonies of #BA9DA3
Complementary color
Monochromatic Colors of #BA9DA3
Black with #BA9DA3
Text Example
Text Example
White with #BA9DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DA3; }
p { color: rgb(186,157,163); }
H1.HeaderClassName
{
color: #BA9DA3;
}
.AnyTagClassName
{
color: #BA9DA3;
}
</style>
background-color css
<style>
a { background-color: #BA9DA3; }
a { background-color: rgb(186,157,163); }
div.DivClassName
{
background-color: #BA9DA3;
}
.BgClassName
{
background-color: #BA9DA3;
}
</style>
border-color css
<style>
span { border-color: #BA9DA3; }
span { border-color: rgb(186,157,163); }
td.TdClassName
{
border-color: #BA9DA3;
}
.TagClassName
{
border-color: #BA9DA3;
}
</style>