Shades of Careys Pink #BBA9AA
Tints of Careys Pink #BBA9AA
RGB
CMYK
RGB Variations
Color information
#BBA9AA (or 0xBBA9AA) is known color: Careys Pink. HEX triplet: BB, A9 and AA. RGB value is (187,169,170). Sum of RGB (Red+Green+Blue) = 187+169+170=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9AA is #445655. Grayscale: #AEAEAE. Windows color (decimal): -4478550 or 11184571. OLE color: 11184571.
HSL color Cylindrical-coordinate representation of color #BBA9AA: hue angle of 356.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9AA is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 170 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.27 |
| HSL | 356.67º | 0.12% | 0.7% | - |
| HSV(B) | 356.67º | 0.1% | 0.73% | - |
| XYZ | 41.94 | 41.84 | 43.9 | - |
| YUV | 174.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 170 | 0 | 0.10 | 0.09 | 0.27 | 356.67 | 0.12 | 0.7 |
| Hex | BB | A9 | AA | 0 | A | 9 | 1B | 165 | C | 46 |
| Octal | 273 | 251 | 252 | 0 | 12 | 11 | 33 | 545 | 14 | 106 |
| Binary | 10111011 | 10101001 | 10101010 | 0 | 1010 | 1001 | 11011 | 101100101 | 1100 | 1000110 |
Color Harmonies of #BBA9AA
Complementary color
Monochromatic Colors of #BBA9AA
Black with #BBA9AA
Text Example
Text Example
White with #BBA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9AA; }
p { color: rgb(187,169,170); }
H1.HeaderClassName
{
color: #BBA9AA;
}
.AnyTagClassName
{
color: #BBA9AA;
}
</style>
background-color css
<style>
a { background-color: #BBA9AA; }
a { background-color: rgb(187,169,170); }
div.DivClassName
{
background-color: #BBA9AA;
}
.BgClassName
{
background-color: #BBA9AA;
}
</style>
border-color css
<style>
span { border-color: #BBA9AA; }
span { border-color: rgb(187,169,170); }
td.TdClassName
{
border-color: #BBA9AA;
}
.TagClassName
{
border-color: #BBA9AA;
}
</style>