Shades of Careys Pink #BBACAF
Tints of Careys Pink #BBACAF
RGB
CMYK
RGB Variations
Color information
#BBACAF (or 0xBBACAF) is known color: Careys Pink. HEX triplet: BB, AC and AF. RGB value is (187,172,175). Sum of RGB (Red+Green+Blue) = 187+172+175=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAF is #445350. Grayscale: #B0B0B0. Windows color (decimal): -4477777 or 11513019. OLE color: 11513019.
HSL color Cylindrical-coordinate representation of color #BBACAF: hue angle of 348º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBACAF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 175 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.27 |
| HSL | 348º | 0.1% | 0.7% | - |
| HSV(B) | 348º | 0.08% | 0.73% | - |
| XYZ | 42.98 | 43.16 | 46.62 | - |
| YUV | 176.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 175 | 0 | 0.08 | 0.06 | 0.27 | 348 | 0.1 | 0.7 |
| Hex | BB | AC | AF | 0 | 8 | 6 | 1B | 15C | A | 46 |
| Octal | 273 | 254 | 257 | 0 | 10 | 6 | 33 | 534 | 12 | 106 |
| Binary | 10111011 | 10101100 | 10101111 | 0 | 1000 | 110 | 11011 | 101011100 | 1010 | 1000110 |
Color Harmonies of #BBACAF
Complementary color
Monochromatic Colors of #BBACAF
Black with #BBACAF
Text Example
Text Example
White with #BBACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACAF; }
p { color: rgb(187,172,175); }
H1.HeaderClassName
{
color: #BBACAF;
}
.AnyTagClassName
{
color: #BBACAF;
}
</style>
background-color css
<style>
a { background-color: #BBACAF; }
a { background-color: rgb(187,172,175); }
div.DivClassName
{
background-color: #BBACAF;
}
.BgClassName
{
background-color: #BBACAF;
}
</style>
border-color css
<style>
span { border-color: #BBACAF; }
span { border-color: rgb(187,172,175); }
td.TdClassName
{
border-color: #BBACAF;
}
.TagClassName
{
border-color: #BBACAF;
}
</style>