Shades of Careys Pink #BA9DA4
Tints of Careys Pink #BA9DA4
RGB
CMYK
RGB Variations
Color information
#BA9DA4 (or 0xBA9DA4) is known color: Careys Pink. HEX triplet: BA, 9D and A4. RGB value is (186,157,164). Sum of RGB (Red+Green+Blue) = 186+157+164=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA4 is #45625B. Grayscale: #A6A6A6. Windows color (decimal): -4547164 or 10788282. OLE color: 10788282.
HSL color Cylindrical-coordinate representation of color #BA9DA4: hue angle of 345.52º 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 #BA9DA4 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 164 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.27 |
| HSL | 345.52º | 0.17% | 0.67% | - |
| HSV(B) | 345.52º | 0.16% | 0.73% | - |
| XYZ | 39.01 | 37.23 | 40.25 | - |
| YUV | 166.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 164 | 0 | 0.16 | 0.12 | 0.27 | 345.52 | 0.17 | 0.67 |
| Hex | BA | 9D | A4 | 0 | 10 | C | 1B | 15A | 11 | 43 |
| Octal | 272 | 235 | 244 | 0 | 20 | 14 | 33 | 532 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10100100 | 0 | 10000 | 1100 | 11011 | 101011010 | 10001 | 1000011 |
Color Harmonies of #BA9DA4
Complementary color
Monochromatic Colors of #BA9DA4
Black with #BA9DA4
Text Example
Text Example
White with #BA9DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DA4; }
p { color: rgb(186,157,164); }
H1.HeaderClassName
{
color: #BA9DA4;
}
.AnyTagClassName
{
color: #BA9DA4;
}
</style>
background-color css
<style>
a { background-color: #BA9DA4; }
a { background-color: rgb(186,157,164); }
div.DivClassName
{
background-color: #BA9DA4;
}
.BgClassName
{
background-color: #BA9DA4;
}
</style>
border-color css
<style>
span { border-color: #BA9DA4; }
span { border-color: rgb(186,157,164); }
td.TdClassName
{
border-color: #BA9DA4;
}
.TagClassName
{
border-color: #BA9DA4;
}
</style>