Shades of Careys Pink #BAA8AA
Tints of Careys Pink #BAA8AA
RGB
CMYK
RGB Variations
Color information
#BAA8AA (or 0xBAA8AA) is known color: Careys Pink. HEX triplet: BA, A8 and AA. RGB value is (186,168,170). Sum of RGB (Red+Green+Blue) = 186+168+170=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AA is #455755. Grayscale: #ADADAD. Windows color (decimal): -4544342 or 11184314. OLE color: 11184314.
HSL color Cylindrical-coordinate representation of color #BAA8AA: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8AA is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 170 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.27 |
| HSL | 353.33º | 0.12% | 0.69% | - |
| HSV(B) | 353.33º | 0.1% | 0.73% | - |
| XYZ | 41.51 | 41.35 | 43.82 | - |
| YUV | 173.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 170 | 0 | 0.10 | 0.09 | 0.27 | 353.33 | 0.12 | 0.69 |
| Hex | BA | A8 | AA | 0 | A | 9 | 1B | 161 | C | 45 |
| Octal | 272 | 250 | 252 | 0 | 12 | 11 | 33 | 541 | 14 | 105 |
| Binary | 10111010 | 10101000 | 10101010 | 0 | 1010 | 1001 | 11011 | 101100001 | 1100 | 1000101 |
Color Harmonies of #BAA8AA
Complementary color
Monochromatic Colors of #BAA8AA
Black with #BAA8AA
Text Example
Text Example
White with #BAA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8AA; }
p { color: rgb(186,168,170); }
H1.HeaderClassName
{
color: #BAA8AA;
}
.AnyTagClassName
{
color: #BAA8AA;
}
</style>
background-color css
<style>
a { background-color: #BAA8AA; }
a { background-color: rgb(186,168,170); }
div.DivClassName
{
background-color: #BAA8AA;
}
.BgClassName
{
background-color: #BAA8AA;
}
</style>
border-color css
<style>
span { border-color: #BAA8AA; }
span { border-color: rgb(186,168,170); }
td.TdClassName
{
border-color: #BAA8AA;
}
.TagClassName
{
border-color: #BAA8AA;
}
</style>