Shades of Careys Pink #BCA3A9
Tints of Careys Pink #BCA3A9
RGB
CMYK
RGB Variations
Color information
#BCA3A9 (or 0xBCA3A9) is known color: Careys Pink. HEX triplet: BC, A3 and A9. RGB value is (188,163,169). Sum of RGB (Red+Green+Blue) = 188+163+169=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA3A9 is #435C56. Grayscale: #ABABAB. Windows color (decimal): -4414551 or 11117500. OLE color: 11117500.
HSL color Cylindrical-coordinate representation of color #BCA3A9: hue angle of 345.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA3A9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 169 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.26 |
| HSL | 345.6º | 0.16% | 0.69% | - |
| HSV(B) | 345.6º | 0.13% | 0.74% | - |
| XYZ | 41 | 39.75 | 43.05 | - |
| YUV | 171.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 169 | 0 | 0.13 | 0.10 | 0.26 | 345.6 | 0.16 | 0.69 |
| Hex | BC | A3 | A9 | 0 | D | A | 1A | 15A | 10 | 45 |
| Octal | 274 | 243 | 251 | 0 | 15 | 12 | 32 | 532 | 20 | 105 |
| Binary | 10111100 | 10100011 | 10101001 | 0 | 1101 | 1010 | 11010 | 101011010 | 10000 | 1000101 |
Color Harmonies of #BCA3A9
Complementary color
Monochromatic Colors of #BCA3A9
Black with #BCA3A9
Text Example
Text Example
White with #BCA3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3A9; }
p { color: rgb(188,163,169); }
H1.HeaderClassName
{
color: #BCA3A9;
}
.AnyTagClassName
{
color: #BCA3A9;
}
</style>
background-color css
<style>
a { background-color: #BCA3A9; }
a { background-color: rgb(188,163,169); }
div.DivClassName
{
background-color: #BCA3A9;
}
.BgClassName
{
background-color: #BCA3A9;
}
</style>
border-color css
<style>
span { border-color: #BCA3A9; }
span { border-color: rgb(188,163,169); }
td.TdClassName
{
border-color: #BCA3A9;
}
.TagClassName
{
border-color: #BCA3A9;
}
</style>