Shades of Careys Pink #B3AAAB
Tints of Careys Pink #B3AAAB
RGB
CMYK
RGB Variations
Color information
#B3AAAB (or 0xB3AAAB) is known color: Careys Pink. HEX triplet: B3, AA and AB. RGB value is (179,170,171). Sum of RGB (Red+Green+Blue) = 179+170+171=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAAB is #4C5554. Grayscale: #ACACAC. Windows color (decimal): -5002581 or 11250355. OLE color: 11250355.
HSL color Cylindrical-coordinate representation of color #B3AAAB: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3AAAB is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 171 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.30 |
| HSL | 353.33º | 0.06% | 0.68% | - |
| HSV(B) | 353.33º | 0.05% | 0.7% | - |
| XYZ | 40.32 | 41.27 | 44.37 | - |
| YUV | 172.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 171 | 0 | 0.05 | 0.04 | 0.30 | 353.33 | 0.06 | 0.68 |
| Hex | B3 | AA | AB | 0 | 5 | 4 | 1E | 161 | 6 | 44 |
| Octal | 263 | 252 | 253 | 0 | 5 | 4 | 36 | 541 | 6 | 104 |
| Binary | 10110011 | 10101010 | 10101011 | 0 | 101 | 100 | 11110 | 101100001 | 110 | 1000100 |
Color Harmonies of #B3AAAB
Complementary color
Monochromatic Colors of #B3AAAB
Black with #B3AAAB
Text Example
Text Example
White with #B3AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAAB; }
p { color: rgb(179,170,171); }
H1.HeaderClassName
{
color: #B3AAAB;
}
.AnyTagClassName
{
color: #B3AAAB;
}
</style>
background-color css
<style>
a { background-color: #B3AAAB; }
a { background-color: rgb(179,170,171); }
div.DivClassName
{
background-color: #B3AAAB;
}
.BgClassName
{
background-color: #B3AAAB;
}
</style>
border-color css
<style>
span { border-color: #B3AAAB; }
span { border-color: rgb(179,170,171); }
td.TdClassName
{
border-color: #B3AAAB;
}
.TagClassName
{
border-color: #B3AAAB;
}
</style>