Shades of Careys Pink #B3ABAC
Tints of Careys Pink #B3ABAC
RGB
CMYK
RGB Variations
Color information
#B3ABAC (or 0xB3ABAC) is known color: Careys Pink. HEX triplet: B3, AB and AC. RGB value is (179,171,172). Sum of RGB (Red+Green+Blue) = 179+171+172=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABAC is #4C5453. Grayscale: #ADADAD. Windows color (decimal): -5002324 or 11316147. OLE color: 11316147.
HSL color Cylindrical-coordinate representation of color #B3ABAC: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ABAC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 172 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.30 |
| HSL | 352.5º | 0.05% | 0.69% | - |
| HSV(B) | 352.5º | 0.04% | 0.7% | - |
| XYZ | 40.6 | 41.69 | 44.94 | - |
| YUV | 173.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 172 | 0 | 0.04 | 0.04 | 0.30 | 352.5 | 0.05 | 0.69 |
| Hex | B3 | AB | AC | 0 | 4 | 4 | 1E | 160 | 5 | 45 |
| Octal | 263 | 253 | 254 | 0 | 4 | 4 | 36 | 540 | 5 | 105 |
| Binary | 10110011 | 10101011 | 10101100 | 0 | 100 | 100 | 11110 | 101100000 | 101 | 1000101 |
Color Harmonies of #B3ABAC
Complementary color
Monochromatic Colors of #B3ABAC
Black with #B3ABAC
Text Example
Text Example
White with #B3ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABAC; }
p { color: rgb(179,171,172); }
H1.HeaderClassName
{
color: #B3ABAC;
}
.AnyTagClassName
{
color: #B3ABAC;
}
</style>
background-color css
<style>
a { background-color: #B3ABAC; }
a { background-color: rgb(179,171,172); }
div.DivClassName
{
background-color: #B3ABAC;
}
.BgClassName
{
background-color: #B3ABAC;
}
</style>
border-color css
<style>
span { border-color: #B3ABAC; }
span { border-color: rgb(179,171,172); }
td.TdClassName
{
border-color: #B3ABAC;
}
.TagClassName
{
border-color: #B3ABAC;
}
</style>