Shades of Careys Pink #B8A8AB
Tints of Careys Pink #B8A8AB
RGB
CMYK
RGB Variations
Color information
#B8A8AB (or 0xB8A8AB) is known color: Careys Pink. HEX triplet: B8, A8 and AB. RGB value is (184,168,171). Sum of RGB (Red+Green+Blue) = 184+168+171=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A8AB is #475754. Grayscale: #ADADAD. Windows color (decimal): -4675413 or 11249848. OLE color: 11249848.
HSL color Cylindrical-coordinate representation of color #B8A8AB: hue angle of 348.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8A8AB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 171 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.28 |
| HSL | 348.75º | 0.1% | 0.69% | - |
| HSV(B) | 348.75º | 0.09% | 0.72% | - |
| XYZ | 41.12 | 41.14 | 44.3 | - |
| YUV | 173.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 171 | 0 | 0.09 | 0.07 | 0.28 | 348.75 | 0.1 | 0.69 |
| Hex | B8 | A8 | AB | 0 | 9 | 7 | 1C | 15D | A | 45 |
| Octal | 270 | 250 | 253 | 0 | 11 | 7 | 34 | 535 | 12 | 105 |
| Binary | 10111000 | 10101000 | 10101011 | 0 | 1001 | 111 | 11100 | 101011101 | 1010 | 1000101 |
Color Harmonies of #B8A8AB
Complementary color
Monochromatic Colors of #B8A8AB
Black with #B8A8AB
Text Example
Text Example
White with #B8A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8AB; }
p { color: rgb(184,168,171); }
H1.HeaderClassName
{
color: #B8A8AB;
}
.AnyTagClassName
{
color: #B8A8AB;
}
</style>
background-color css
<style>
a { background-color: #B8A8AB; }
a { background-color: rgb(184,168,171); }
div.DivClassName
{
background-color: #B8A8AB;
}
.BgClassName
{
background-color: #B8A8AB;
}
</style>
border-color css
<style>
span { border-color: #B8A8AB; }
span { border-color: rgb(184,168,171); }
td.TdClassName
{
border-color: #B8A8AB;
}
.TagClassName
{
border-color: #B8A8AB;
}
</style>