Shades of Careys Pink #BBABAF
Tints of Careys Pink #BBABAF
RGB
CMYK
RGB Variations
Color information
#BBABAF (or 0xBBABAF) is known color: Careys Pink. HEX triplet: BB, AB and AF. RGB value is (187,171,175). Sum of RGB (Red+Green+Blue) = 187+171+175=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAF is #445450. Grayscale: #B0B0B0. Windows color (decimal): -4478033 or 11512763. OLE color: 11512763.
HSL color Cylindrical-coordinate representation of color #BBABAF: hue angle of 345º 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 #BBABAF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 175 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.27 |
| HSL | 345º | 0.11% | 0.7% | - |
| HSV(B) | 345º | 0.09% | 0.73% | - |
| XYZ | 42.79 | 42.79 | 46.56 | - |
| YUV | 176.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 175 | 0 | 0.09 | 0.06 | 0.27 | 345 | 0.11 | 0.7 |
| Hex | BB | AB | AF | 0 | 9 | 6 | 1B | 159 | B | 46 |
| Octal | 273 | 253 | 257 | 0 | 11 | 6 | 33 | 531 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10101111 | 0 | 1001 | 110 | 11011 | 101011001 | 1011 | 1000110 |
Color Harmonies of #BBABAF
Complementary color
Monochromatic Colors of #BBABAF
Black with #BBABAF
Text Example
Text Example
White with #BBABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABAF; }
p { color: rgb(187,171,175); }
H1.HeaderClassName
{
color: #BBABAF;
}
.AnyTagClassName
{
color: #BBABAF;
}
</style>
background-color css
<style>
a { background-color: #BBABAF; }
a { background-color: rgb(187,171,175); }
div.DivClassName
{
background-color: #BBABAF;
}
.BgClassName
{
background-color: #BBABAF;
}
</style>
border-color css
<style>
span { border-color: #BBABAF; }
span { border-color: rgb(187,171,175); }
td.TdClassName
{
border-color: #BBABAF;
}
.TagClassName
{
border-color: #BBABAF;
}
</style>