Shades of Careys Pink #BBA6AA
Tints of Careys Pink #BBA6AA
RGB
CMYK
RGB Variations
Color information
#BBA6AA (or 0xBBA6AA) is known color: Careys Pink. HEX triplet: BB, A6 and AA. RGB value is (187,166,170). Sum of RGB (Red+Green+Blue) = 187+166+170=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA6AA is #445955. Grayscale: #ACACAC. Windows color (decimal): -4479318 or 11183803. OLE color: 11183803.
HSL color Cylindrical-coordinate representation of color #BBA6AA: hue angle of 348.57º 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 #BBA6AA is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 170 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.27 |
| HSL | 348.57º | 0.13% | 0.69% | - |
| HSV(B) | 348.57º | 0.11% | 0.73% | - |
| XYZ | 41.39 | 40.74 | 43.71 | - |
| YUV | 172.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 170 | 0 | 0.11 | 0.09 | 0.27 | 348.57 | 0.13 | 0.69 |
| Hex | BB | A6 | AA | 0 | B | 9 | 1B | 15D | D | 45 |
| Octal | 273 | 246 | 252 | 0 | 13 | 11 | 33 | 535 | 15 | 105 |
| Binary | 10111011 | 10100110 | 10101010 | 0 | 1011 | 1001 | 11011 | 101011101 | 1101 | 1000101 |
Color Harmonies of #BBA6AA
Complementary color
Monochromatic Colors of #BBA6AA
Black with #BBA6AA
Text Example
Text Example
White with #BBA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6AA; }
p { color: rgb(187,166,170); }
H1.HeaderClassName
{
color: #BBA6AA;
}
.AnyTagClassName
{
color: #BBA6AA;
}
</style>
background-color css
<style>
a { background-color: #BBA6AA; }
a { background-color: rgb(187,166,170); }
div.DivClassName
{
background-color: #BBA6AA;
}
.BgClassName
{
background-color: #BBA6AA;
}
</style>
border-color css
<style>
span { border-color: #BBA6AA; }
span { border-color: rgb(187,166,170); }
td.TdClassName
{
border-color: #BBA6AA;
}
.TagClassName
{
border-color: #BBA6AA;
}
</style>