Shades of Careys Pink #BBA9AC
Tints of Careys Pink #BBA9AC
RGB
CMYK
RGB Variations
Color information
#BBA9AC (or 0xBBA9AC) is known color: Careys Pink. HEX triplet: BB, A9 and AC. RGB value is (187,169,172). Sum of RGB (Red+Green+Blue) = 187+169+172=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9AC is #445653. Grayscale: #AEAEAE. Windows color (decimal): -4478548 or 11315643. OLE color: 11315643.
HSL color Cylindrical-coordinate representation of color #BBA9AC: hue angle of 350º 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 #BBA9AC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 172 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.27 |
| HSL | 350º | 0.12% | 0.7% | - |
| HSV(B) | 350º | 0.1% | 0.73% | - |
| XYZ | 42.13 | 41.92 | 44.9 | - |
| YUV | 174.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 172 | 0 | 0.10 | 0.08 | 0.27 | 350 | 0.12 | 0.7 |
| Hex | BB | A9 | AC | 0 | A | 8 | 1B | 15E | C | 46 |
| Octal | 273 | 251 | 254 | 0 | 12 | 10 | 33 | 536 | 14 | 106 |
| Binary | 10111011 | 10101001 | 10101100 | 0 | 1010 | 1000 | 11011 | 101011110 | 1100 | 1000110 |
Color Harmonies of #BBA9AC
Complementary color
Monochromatic Colors of #BBA9AC
Black with #BBA9AC
Text Example
Text Example
White with #BBA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9AC; }
p { color: rgb(187,169,172); }
H1.HeaderClassName
{
color: #BBA9AC;
}
.AnyTagClassName
{
color: #BBA9AC;
}
</style>
background-color css
<style>
a { background-color: #BBA9AC; }
a { background-color: rgb(187,169,172); }
div.DivClassName
{
background-color: #BBA9AC;
}
.BgClassName
{
background-color: #BBA9AC;
}
</style>
border-color css
<style>
span { border-color: #BBA9AC; }
span { border-color: rgb(187,169,172); }
td.TdClassName
{
border-color: #BBA9AC;
}
.TagClassName
{
border-color: #BBA9AC;
}
</style>