Shades of Careys Pink #B0ABAC
Tints of Careys Pink #B0ABAC
RGB
CMYK
RGB Variations
Color information
#B0ABAC (or 0xB0ABAC) is known color: Careys Pink. HEX triplet: B0, AB and AC. RGB value is (176,171,172). Sum of RGB (Red+Green+Blue) = 176+171+172=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAC is #4F5453. Grayscale: #ACACAC. Windows color (decimal): -5198932 or 11316144. OLE color: 11316144.
HSL color Cylindrical-coordinate representation of color #B0ABAC: hue angle of 348º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ABAC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 171 | 172 | - |
CMYK | 0 | 0.03 | 0.02 | 0.31 |
HSL | 348º | 0.03% | 0.68% | - |
HSV(B) | 348º | 0.03% | 0.69% | - |
XYZ | 39.91 | 41.33 | 44.9 | - |
YUV | 172.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 171 | 172 | 0 | 0.03 | 0.02 | 0.31 | 348 | 0.03 | 0.68 |
Hex | B0 | AB | AC | 0 | 3 | 2 | 1F | 15C | 3 | 44 |
Octal | 260 | 253 | 254 | 0 | 3 | 2 | 37 | 534 | 3 | 104 |
Binary | 10110000 | 10101011 | 10101100 | 0 | 11 | 10 | 11111 | 101011100 | 11 | 1000100 |
Color Harmonies of #B0ABAC
Complementary color
Monochromatic Colors of #B0ABAC
Black with #B0ABAC
Text Example
Text Example
White with #B0ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABAC; }
p { color: rgb(176,171,172); }
H1.HeaderClassName
{
color: #B0ABAC;
}
.AnyTagClassName
{
color: #B0ABAC;
}
</style>
background-color css
<style>
a { background-color: #B0ABAC; }
a { background-color: rgb(176,171,172); }
div.DivClassName
{
background-color: #B0ABAC;
}
.BgClassName
{
background-color: #B0ABAC;
}
</style>
border-color css
<style>
span { border-color: #B0ABAC; }
span { border-color: rgb(176,171,172); }
td.TdClassName
{
border-color: #B0ABAC;
}
.TagClassName
{
border-color: #B0ABAC;
}
</style>