Shades of Careys Pink #BBABAD
Tints of Careys Pink #BBABAD
RGB
CMYK
RGB Variations
Color information
#BBABAD (or 0xBBABAD) is known color: Careys Pink. HEX triplet: BB, AB and AD. RGB value is (187,171,173). Sum of RGB (Red+Green+Blue) = 187+171+173=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAD is #445452. Grayscale: #B0B0B0. Windows color (decimal): -4478035 or 11381691. OLE color: 11381691.
HSL color Cylindrical-coordinate representation of color #BBABAD: hue angle of 352.5º 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 #BBABAD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 173 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.27 |
| HSL | 352.5º | 0.11% | 0.7% | - |
| HSV(B) | 352.5º | 0.09% | 0.73% | - |
| XYZ | 42.6 | 42.71 | 45.53 | - |
| YUV | 176.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 173 | 0 | 0.09 | 0.07 | 0.27 | 352.5 | 0.11 | 0.7 |
| Hex | BB | AB | AD | 0 | 9 | 7 | 1B | 160 | B | 46 |
| Octal | 273 | 253 | 255 | 0 | 11 | 7 | 33 | 540 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10101101 | 0 | 1001 | 111 | 11011 | 101100000 | 1011 | 1000110 |
Color Harmonies of #BBABAD
Complementary color
Monochromatic Colors of #BBABAD
Black with #BBABAD
Text Example
Text Example
White with #BBABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABAD; }
p { color: rgb(187,171,173); }
H1.HeaderClassName
{
color: #BBABAD;
}
.AnyTagClassName
{
color: #BBABAD;
}
</style>
background-color css
<style>
a { background-color: #BBABAD; }
a { background-color: rgb(187,171,173); }
div.DivClassName
{
background-color: #BBABAD;
}
.BgClassName
{
background-color: #BBABAD;
}
</style>
border-color css
<style>
span { border-color: #BBABAD; }
span { border-color: rgb(187,171,173); }
td.TdClassName
{
border-color: #BBABAD;
}
.TagClassName
{
border-color: #BBABAD;
}
</style>