Shades of Careys Pink #BBA2AA
Tints of Careys Pink #BBA2AA
RGB
CMYK
RGB Variations
Color information
#BBA2AA (or 0xBBA2AA) is known color: Careys Pink. HEX triplet: BB, A2 and AA. RGB value is (187,162,170). Sum of RGB (Red+Green+Blue) = 187+162+170=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AA is #445D55. Grayscale: #AAAAAA. Windows color (decimal): -4480342 or 11182779. OLE color: 11182779.
HSL color Cylindrical-coordinate representation of color #BBA2AA: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA2AA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 170 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.27 |
| HSL | 340.8º | 0.16% | 0.68% | - |
| HSV(B) | 340.8º | 0.13% | 0.73% | - |
| XYZ | 40.67 | 39.31 | 43.47 | - |
| YUV | 170.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 170 | 0 | 0.13 | 0.09 | 0.27 | 340.8 | 0.16 | 0.68 |
| Hex | BB | A2 | AA | 0 | D | 9 | 1B | 155 | 10 | 44 |
| Octal | 273 | 242 | 252 | 0 | 15 | 11 | 33 | 525 | 20 | 104 |
| Binary | 10111011 | 10100010 | 10101010 | 0 | 1101 | 1001 | 11011 | 101010101 | 10000 | 1000100 |
Color Harmonies of #BBA2AA
Complementary color
Monochromatic Colors of #BBA2AA
Black with #BBA2AA
Text Example
Text Example
White with #BBA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2AA; }
p { color: rgb(187,162,170); }
H1.HeaderClassName
{
color: #BBA2AA;
}
.AnyTagClassName
{
color: #BBA2AA;
}
</style>
background-color css
<style>
a { background-color: #BBA2AA; }
a { background-color: rgb(187,162,170); }
div.DivClassName
{
background-color: #BBA2AA;
}
.BgClassName
{
background-color: #BBA2AA;
}
</style>
border-color css
<style>
span { border-color: #BBA2AA; }
span { border-color: rgb(187,162,170); }
td.TdClassName
{
border-color: #BBA2AA;
}
.TagClassName
{
border-color: #BBA2AA;
}
</style>