Shades of Careys Pink #BBA6AB
Tints of Careys Pink #BBA6AB
RGB
CMYK
RGB Variations
Color information
#BBA6AB (or 0xBBA6AB) is known color: Careys Pink. HEX triplet: BB, A6 and AB. RGB value is (187,166,171). Sum of RGB (Red+Green+Blue) = 187+166+171=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA6AB is #445954. Grayscale: #ACACAC. Windows color (decimal): -4479317 or 11249339. OLE color: 11249339.
HSL color Cylindrical-coordinate representation of color #BBA6AB: hue angle of 345.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA6AB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 171 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.27 |
| HSL | 345.71º | 0.13% | 0.69% | - |
| HSV(B) | 345.71º | 0.11% | 0.73% | - |
| XYZ | 41.48 | 40.78 | 44.21 | - |
| YUV | 172.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 171 | 0 | 0.11 | 0.09 | 0.27 | 345.71 | 0.13 | 0.69 |
| Hex | BB | A6 | AB | 0 | B | 9 | 1B | 15A | D | 45 |
| Octal | 273 | 246 | 253 | 0 | 13 | 11 | 33 | 532 | 15 | 105 |
| Binary | 10111011 | 10100110 | 10101011 | 0 | 1011 | 1001 | 11011 | 101011010 | 1101 | 1000101 |
Color Harmonies of #BBA6AB
Complementary color
Monochromatic Colors of #BBA6AB
Black with #BBA6AB
Text Example
Text Example
White with #BBA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6AB; }
p { color: rgb(187,166,171); }
H1.HeaderClassName
{
color: #BBA6AB;
}
.AnyTagClassName
{
color: #BBA6AB;
}
</style>
background-color css
<style>
a { background-color: #BBA6AB; }
a { background-color: rgb(187,166,171); }
div.DivClassName
{
background-color: #BBA6AB;
}
.BgClassName
{
background-color: #BBA6AB;
}
</style>
border-color css
<style>
span { border-color: #BBA6AB; }
span { border-color: rgb(187,166,171); }
td.TdClassName
{
border-color: #BBA6AB;
}
.TagClassName
{
border-color: #BBA6AB;
}
</style>