Shades of Careys Pink #B9A8AB
Tints of Careys Pink #B9A8AB
RGB
CMYK
RGB Variations
Color information
#B9A8AB (or 0xB9A8AB) is known color: Careys Pink. HEX triplet: B9, A8 and AB. RGB value is (185,168,171). Sum of RGB (Red+Green+Blue) = 185+168+171=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A8AB is #465754. Grayscale: #ADADAD. Windows color (decimal): -4609877 or 11249849. OLE color: 11249849.
HSL color Cylindrical-coordinate representation of color #B9A8AB: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A8AB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 171 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.27 |
| HSL | 349.41º | 0.11% | 0.69% | - |
| HSV(B) | 349.41º | 0.09% | 0.73% | - |
| XYZ | 41.36 | 41.26 | 44.31 | - |
| YUV | 173.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 171 | 0 | 0.09 | 0.08 | 0.27 | 349.41 | 0.11 | 0.69 |
| Hex | B9 | A8 | AB | 0 | 9 | 8 | 1B | 15D | B | 45 |
| Octal | 271 | 250 | 253 | 0 | 11 | 10 | 33 | 535 | 13 | 105 |
| Binary | 10111001 | 10101000 | 10101011 | 0 | 1001 | 1000 | 11011 | 101011101 | 1011 | 1000101 |
Color Harmonies of #B9A8AB
Complementary color
Monochromatic Colors of #B9A8AB
Black with #B9A8AB
Text Example
Text Example
White with #B9A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A8AB; }
p { color: rgb(185,168,171); }
H1.HeaderClassName
{
color: #B9A8AB;
}
.AnyTagClassName
{
color: #B9A8AB;
}
</style>
background-color css
<style>
a { background-color: #B9A8AB; }
a { background-color: rgb(185,168,171); }
div.DivClassName
{
background-color: #B9A8AB;
}
.BgClassName
{
background-color: #B9A8AB;
}
</style>
border-color css
<style>
span { border-color: #B9A8AB; }
span { border-color: rgb(185,168,171); }
td.TdClassName
{
border-color: #B9A8AB;
}
.TagClassName
{
border-color: #B9A8AB;
}
</style>