Shades of Careys Pink #BBA7AC
Tints of Careys Pink #BBA7AC
RGB
CMYK
RGB Variations
Color information
#BBA7AC (or 0xBBA7AC) is known color: Careys Pink. HEX triplet: BB, A7 and AC. RGB value is (187,167,172). Sum of RGB (Red+Green+Blue) = 187+167+172=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AC is #445853. Grayscale: #ADADAD. Windows color (decimal): -4479060 or 11315131. OLE color: 11315131.
HSL color Cylindrical-coordinate representation of color #BBA7AC: hue angle of 345º 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 #BBA7AC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 172 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.27 |
| HSL | 345º | 0.13% | 0.69% | - |
| HSV(B) | 345º | 0.11% | 0.73% | - |
| XYZ | 41.76 | 41.18 | 44.78 | - |
| YUV | 173.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 172 | 0 | 0.11 | 0.08 | 0.27 | 345 | 0.13 | 0.69 |
| Hex | BB | A7 | AC | 0 | B | 8 | 1B | 159 | D | 45 |
| Octal | 273 | 247 | 254 | 0 | 13 | 10 | 33 | 531 | 15 | 105 |
| Binary | 10111011 | 10100111 | 10101100 | 0 | 1011 | 1000 | 11011 | 101011001 | 1101 | 1000101 |
Color Harmonies of #BBA7AC
Complementary color
Monochromatic Colors of #BBA7AC
Black with #BBA7AC
Text Example
Text Example
White with #BBA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7AC; }
p { color: rgb(187,167,172); }
H1.HeaderClassName
{
color: #BBA7AC;
}
.AnyTagClassName
{
color: #BBA7AC;
}
</style>
background-color css
<style>
a { background-color: #BBA7AC; }
a { background-color: rgb(187,167,172); }
div.DivClassName
{
background-color: #BBA7AC;
}
.BgClassName
{
background-color: #BBA7AC;
}
</style>
border-color css
<style>
span { border-color: #BBA7AC; }
span { border-color: rgb(187,167,172); }
td.TdClassName
{
border-color: #BBA7AC;
}
.TagClassName
{
border-color: #BBA7AC;
}
</style>