Shades of Careys Pink #BCAAAB
Tints of Careys Pink #BCAAAB
RGB
CMYK
RGB Variations
Color information
#BCAAAB (or 0xBCAAAB) is known color: Careys Pink. HEX triplet: BC, AA and AB. RGB value is (188,170,171). Sum of RGB (Red+Green+Blue) = 188+170+171=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAB is #435554. Grayscale: #AFAFAF. Windows color (decimal): -4412757 or 11250364. OLE color: 11250364.
HSL color Cylindrical-coordinate representation of color #BCAAAB: hue angle of 356.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAAB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 171 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.26 |
| HSL | 356.67º | 0.12% | 0.7% | - |
| HSV(B) | 356.67º | 0.1% | 0.74% | - |
| XYZ | 42.46 | 42.38 | 44.47 | - |
| YUV | 175.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 171 | 0 | 0.10 | 0.09 | 0.26 | 356.67 | 0.12 | 0.7 |
| Hex | BC | AA | AB | 0 | A | 9 | 1A | 165 | C | 46 |
| Octal | 274 | 252 | 253 | 0 | 12 | 11 | 32 | 545 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10101011 | 0 | 1010 | 1001 | 11010 | 101100101 | 1100 | 1000110 |
Color Harmonies of #BCAAAB
Complementary color
Monochromatic Colors of #BCAAAB
Black with #BCAAAB
Text Example
Text Example
White with #BCAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAAB; }
p { color: rgb(188,170,171); }
H1.HeaderClassName
{
color: #BCAAAB;
}
.AnyTagClassName
{
color: #BCAAAB;
}
</style>
background-color css
<style>
a { background-color: #BCAAAB; }
a { background-color: rgb(188,170,171); }
div.DivClassName
{
background-color: #BCAAAB;
}
.BgClassName
{
background-color: #BCAAAB;
}
</style>
border-color css
<style>
span { border-color: #BCAAAB; }
span { border-color: rgb(188,170,171); }
td.TdClassName
{
border-color: #BCAAAB;
}
.TagClassName
{
border-color: #BCAAAB;
}
</style>