Shades of Careys Pink #BBA8AC
Tints of Careys Pink #BBA8AC
RGB
CMYK
RGB Variations
Color information
#BBA8AC (or 0xBBA8AC) is known color: Careys Pink. HEX triplet: BB, A8 and AC. RGB value is (187,168,172). Sum of RGB (Red+Green+Blue) = 187+168+172=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AC is #445753. Grayscale: #AEAEAE. Windows color (decimal): -4478804 or 11315387. OLE color: 11315387.
HSL color Cylindrical-coordinate representation of color #BBA8AC: hue angle of 347.37º 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 #BBA8AC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 172 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.27 |
| HSL | 347.37º | 0.12% | 0.7% | - |
| HSV(B) | 347.37º | 0.1% | 0.73% | - |
| XYZ | 41.94 | 41.55 | 44.84 | - |
| YUV | 174.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 172 | 0 | 0.10 | 0.08 | 0.27 | 347.37 | 0.12 | 0.7 |
| Hex | BB | A8 | AC | 0 | A | 8 | 1B | 15B | C | 46 |
| Octal | 273 | 250 | 254 | 0 | 12 | 10 | 33 | 533 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10101100 | 0 | 1010 | 1000 | 11011 | 101011011 | 1100 | 1000110 |
Color Harmonies of #BBA8AC
Complementary color
Monochromatic Colors of #BBA8AC
Black with #BBA8AC
Text Example
Text Example
White with #BBA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8AC; }
p { color: rgb(187,168,172); }
H1.HeaderClassName
{
color: #BBA8AC;
}
.AnyTagClassName
{
color: #BBA8AC;
}
</style>
background-color css
<style>
a { background-color: #BBA8AC; }
a { background-color: rgb(187,168,172); }
div.DivClassName
{
background-color: #BBA8AC;
}
.BgClassName
{
background-color: #BBA8AC;
}
</style>
border-color css
<style>
span { border-color: #BBA8AC; }
span { border-color: rgb(187,168,172); }
td.TdClassName
{
border-color: #BBA8AC;
}
.TagClassName
{
border-color: #BBA8AC;
}
</style>