Shades of Careys Pink #BCA1A9
Tints of Careys Pink #BCA1A9
RGB
CMYK
RGB Variations
Color information
#BCA1A9 (or 0xBCA1A9) is known color: Careys Pink. HEX triplet: BC, A1 and A9. RGB value is (188,161,169). Sum of RGB (Red+Green+Blue) = 188+161+169=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A9 is #435E56. Grayscale: #A9A9A9. Windows color (decimal): -4415063 or 11116988. OLE color: 11116988.
HSL color Cylindrical-coordinate representation of color #BCA1A9: hue angle of 342.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1A9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 169 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.26 |
| HSL | 342.22º | 0.17% | 0.68% | - |
| HSV(B) | 342.22º | 0.14% | 0.74% | - |
| XYZ | 40.65 | 39.05 | 42.93 | - |
| YUV | 169.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 169 | 0 | 0.14 | 0.10 | 0.26 | 342.22 | 0.17 | 0.68 |
| Hex | BC | A1 | A9 | 0 | E | A | 1A | 156 | 11 | 44 |
| Octal | 274 | 241 | 251 | 0 | 16 | 12 | 32 | 526 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10101001 | 0 | 1110 | 1010 | 11010 | 101010110 | 10001 | 1000100 |
Color Harmonies of #BCA1A9
Complementary color
Monochromatic Colors of #BCA1A9
Black with #BCA1A9
Text Example
Text Example
White with #BCA1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1A9; }
p { color: rgb(188,161,169); }
H1.HeaderClassName
{
color: #BCA1A9;
}
.AnyTagClassName
{
color: #BCA1A9;
}
</style>
background-color css
<style>
a { background-color: #BCA1A9; }
a { background-color: rgb(188,161,169); }
div.DivClassName
{
background-color: #BCA1A9;
}
.BgClassName
{
background-color: #BCA1A9;
}
</style>
border-color css
<style>
span { border-color: #BCA1A9; }
span { border-color: rgb(188,161,169); }
td.TdClassName
{
border-color: #BCA1A9;
}
.TagClassName
{
border-color: #BCA1A9;
}
</style>