Shades of Careys Pink #BAA2A5
Tints of Careys Pink #BAA2A5
RGB
CMYK
RGB Variations
Color information
#BAA2A5 (or 0xBAA2A5) is known color: Careys Pink. HEX triplet: BA, A2 and A5. RGB value is (186,162,165). Sum of RGB (Red+Green+Blue) = 186+162+165=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2A5 is #455D5A. Grayscale: #A9A9A9. Windows color (decimal): -4545883 or 10855098. OLE color: 10855098.
HSL color Cylindrical-coordinate representation of color #BAA2A5: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2A5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 165 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.27 |
| HSL | 352.5º | 0.15% | 0.68% | - |
| HSV(B) | 352.5º | 0.13% | 0.73% | - |
| XYZ | 39.96 | 39 | 41.02 | - |
| YUV | 169.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 165 | 0 | 0.13 | 0.11 | 0.27 | 352.5 | 0.15 | 0.68 |
| Hex | BA | A2 | A5 | 0 | D | B | 1B | 160 | F | 44 |
| Octal | 272 | 242 | 245 | 0 | 15 | 13 | 33 | 540 | 17 | 104 |
| Binary | 10111010 | 10100010 | 10100101 | 0 | 1101 | 1011 | 11011 | 101100000 | 1111 | 1000100 |
Color Harmonies of #BAA2A5
Complementary color
Monochromatic Colors of #BAA2A5
Black with #BAA2A5
Text Example
Text Example
White with #BAA2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2A5; }
p { color: rgb(186,162,165); }
H1.HeaderClassName
{
color: #BAA2A5;
}
.AnyTagClassName
{
color: #BAA2A5;
}
</style>
background-color css
<style>
a { background-color: #BAA2A5; }
a { background-color: rgb(186,162,165); }
div.DivClassName
{
background-color: #BAA2A5;
}
.BgClassName
{
background-color: #BAA2A5;
}
</style>
border-color css
<style>
span { border-color: #BAA2A5; }
span { border-color: rgb(186,162,165); }
td.TdClassName
{
border-color: #BAA2A5;
}
.TagClassName
{
border-color: #BAA2A5;
}
</style>