Shades of Careys Pink #BAA3A5
Tints of Careys Pink #BAA3A5
RGB
CMYK
RGB Variations
Color information
#BAA3A5 (or 0xBAA3A5) is known color: Careys Pink. HEX triplet: BA, A3 and A5. RGB value is (186,163,165). Sum of RGB (Red+Green+Blue) = 186+163+165=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3A5 is #455C5A. Grayscale: #AAAAAA. Windows color (decimal): -4545627 or 10855354. OLE color: 10855354.
HSL color Cylindrical-coordinate representation of color #BAA3A5: hue angle of 354.78º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3A5 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 165 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.27 |
| HSL | 354.78º | 0.14% | 0.68% | - |
| HSV(B) | 354.78º | 0.12% | 0.73% | - |
| XYZ | 40.14 | 39.35 | 41.08 | - |
| YUV | 170.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 165 | 0 | 0.12 | 0.11 | 0.27 | 354.78 | 0.14 | 0.68 |
| Hex | BA | A3 | A5 | 0 | C | B | 1B | 163 | E | 44 |
| Octal | 272 | 243 | 245 | 0 | 14 | 13 | 33 | 543 | 16 | 104 |
| Binary | 10111010 | 10100011 | 10100101 | 0 | 1100 | 1011 | 11011 | 101100011 | 1110 | 1000100 |
Color Harmonies of #BAA3A5
Complementary color
Monochromatic Colors of #BAA3A5
Black with #BAA3A5
Text Example
Text Example
White with #BAA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3A5; }
p { color: rgb(186,163,165); }
H1.HeaderClassName
{
color: #BAA3A5;
}
.AnyTagClassName
{
color: #BAA3A5;
}
</style>
background-color css
<style>
a { background-color: #BAA3A5; }
a { background-color: rgb(186,163,165); }
div.DivClassName
{
background-color: #BAA3A5;
}
.BgClassName
{
background-color: #BAA3A5;
}
</style>
border-color css
<style>
span { border-color: #BAA3A5; }
span { border-color: rgb(186,163,165); }
td.TdClassName
{
border-color: #BAA3A5;
}
.TagClassName
{
border-color: #BAA3A5;
}
</style>