Shades of Careys Pink #BCA0A2
Tints of Careys Pink #BCA0A2
RGB
CMYK
RGB Variations
Color information
#BCA0A2 (or 0xBCA0A2) is known color: Careys Pink. HEX triplet: BC, A0 and A2. RGB value is (188,160,162). Sum of RGB (Red+Green+Blue) = 188+160+162=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A2 is #435F5D. Grayscale: #A8A8A8. Windows color (decimal): -4415326 or 10657980. OLE color: 10657980.
HSL color Cylindrical-coordinate representation of color #BCA0A2: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0A2 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 162 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.26 |
| HSL | 355.71º | 0.17% | 0.68% | - |
| HSV(B) | 355.71º | 0.15% | 0.74% | - |
| XYZ | 39.83 | 38.44 | 39.5 | - |
| YUV | 168.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 162 | 0 | 0.15 | 0.14 | 0.26 | 355.71 | 0.17 | 0.68 |
| Hex | BC | A0 | A2 | 0 | F | E | 1A | 164 | 11 | 44 |
| Octal | 274 | 240 | 242 | 0 | 17 | 16 | 32 | 544 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10100010 | 0 | 1111 | 1110 | 11010 | 101100100 | 10001 | 1000100 |
Color Harmonies of #BCA0A2
Complementary color
Monochromatic Colors of #BCA0A2
Black with #BCA0A2
Text Example
Text Example
White with #BCA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0A2; }
p { color: rgb(188,160,162); }
H1.HeaderClassName
{
color: #BCA0A2;
}
.AnyTagClassName
{
color: #BCA0A2;
}
</style>
background-color css
<style>
a { background-color: #BCA0A2; }
a { background-color: rgb(188,160,162); }
div.DivClassName
{
background-color: #BCA0A2;
}
.BgClassName
{
background-color: #BCA0A2;
}
</style>
border-color css
<style>
span { border-color: #BCA0A2; }
span { border-color: rgb(188,160,162); }
td.TdClassName
{
border-color: #BCA0A2;
}
.TagClassName
{
border-color: #BCA0A2;
}
</style>