Shades of Careys Pink #BBA4A9
Tints of Careys Pink #BBA4A9
RGB
CMYK
RGB Variations
Color information
#BBA4A9 (or 0xBBA4A9) is known color: Careys Pink. HEX triplet: BB, A4 and A9. RGB value is (187,164,169). Sum of RGB (Red+Green+Blue) = 187+164+169=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4A9 is #445B56. Grayscale: #ABABAB. Windows color (decimal): -4479831 or 11117755. OLE color: 11117755.
HSL color Cylindrical-coordinate representation of color #BBA4A9: hue angle of 346.96º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4A9 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 169 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.27 |
| HSL | 346.96º | 0.14% | 0.69% | - |
| HSV(B) | 346.96º | 0.12% | 0.73% | - |
| XYZ | 40.93 | 39.98 | 43.1 | - |
| YUV | 171.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 169 | 0 | 0.12 | 0.10 | 0.27 | 346.96 | 0.14 | 0.69 |
| Hex | BB | A4 | A9 | 0 | C | A | 1B | 15B | E | 45 |
| Octal | 273 | 244 | 251 | 0 | 14 | 12 | 33 | 533 | 16 | 105 |
| Binary | 10111011 | 10100100 | 10101001 | 0 | 1100 | 1010 | 11011 | 101011011 | 1110 | 1000101 |
Color Harmonies of #BBA4A9
Complementary color
Monochromatic Colors of #BBA4A9
Black with #BBA4A9
Text Example
Text Example
White with #BBA4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4A9; }
p { color: rgb(187,164,169); }
H1.HeaderClassName
{
color: #BBA4A9;
}
.AnyTagClassName
{
color: #BBA4A9;
}
</style>
background-color css
<style>
a { background-color: #BBA4A9; }
a { background-color: rgb(187,164,169); }
div.DivClassName
{
background-color: #BBA4A9;
}
.BgClassName
{
background-color: #BBA4A9;
}
</style>
border-color css
<style>
span { border-color: #BBA4A9; }
span { border-color: rgb(187,164,169); }
td.TdClassName
{
border-color: #BBA4A9;
}
.TagClassName
{
border-color: #BBA4A9;
}
</style>