Shades of Careys Pink #BBABAC
Tints of Careys Pink #BBABAC
RGB
CMYK
RGB Variations
Color information
#BBABAC (or 0xBBABAC) is known color: Careys Pink. HEX triplet: BB, AB and AC. RGB value is (187,171,172). Sum of RGB (Red+Green+Blue) = 187+171+172=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAC is #445453. Grayscale: #AFAFAF. Windows color (decimal): -4478036 or 11316155. OLE color: 11316155.
HSL color Cylindrical-coordinate representation of color #BBABAC: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBABAC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 172 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.27 |
| HSL | 356.25º | 0.11% | 0.7% | - |
| HSV(B) | 356.25º | 0.09% | 0.73% | - |
| XYZ | 42.5 | 42.67 | 45.03 | - |
| YUV | 175.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 172 | 0 | 0.09 | 0.08 | 0.27 | 356.25 | 0.11 | 0.7 |
| Hex | BB | AB | AC | 0 | 9 | 8 | 1B | 164 | B | 46 |
| Octal | 273 | 253 | 254 | 0 | 11 | 10 | 33 | 544 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10101100 | 0 | 1001 | 1000 | 11011 | 101100100 | 1011 | 1000110 |
Color Harmonies of #BBABAC
Complementary color
Monochromatic Colors of #BBABAC
Black with #BBABAC
Text Example
Text Example
White with #BBABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABAC; }
p { color: rgb(187,171,172); }
H1.HeaderClassName
{
color: #BBABAC;
}
.AnyTagClassName
{
color: #BBABAC;
}
</style>
background-color css
<style>
a { background-color: #BBABAC; }
a { background-color: rgb(187,171,172); }
div.DivClassName
{
background-color: #BBABAC;
}
.BgClassName
{
background-color: #BBABAC;
}
</style>
border-color css
<style>
span { border-color: #BBABAC; }
span { border-color: rgb(187,171,172); }
td.TdClassName
{
border-color: #BBABAC;
}
.TagClassName
{
border-color: #BBABAC;
}
</style>