Shades of Careys Pink #BCA0A8
Tints of Careys Pink #BCA0A8
RGB
CMYK
RGB Variations
Color information
#BCA0A8 (or 0xBCA0A8) is known color: Careys Pink. HEX triplet: BC, A0 and A8. RGB value is (188,160,168). Sum of RGB (Red+Green+Blue) = 188+160+168=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A8 is #435F57. Grayscale: #A9A9A9. Windows color (decimal): -4415320 or 11051196. OLE color: 11051196.
HSL color Cylindrical-coordinate representation of color #BCA0A8: hue angle of 342.86º 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 #BCA0A8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 168 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.26 |
| HSL | 342.86º | 0.17% | 0.68% | - |
| HSV(B) | 342.86º | 0.15% | 0.74% | - |
| XYZ | 40.38 | 38.66 | 42.38 | - |
| YUV | 169.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 168 | 0 | 0.15 | 0.11 | 0.26 | 342.86 | 0.17 | 0.68 |
| Hex | BC | A0 | A8 | 0 | F | B | 1A | 157 | 11 | 44 |
| Octal | 274 | 240 | 250 | 0 | 17 | 13 | 32 | 527 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10101000 | 0 | 1111 | 1011 | 11010 | 101010111 | 10001 | 1000100 |
Color Harmonies of #BCA0A8
Complementary color
Monochromatic Colors of #BCA0A8
Black with #BCA0A8
Text Example
Text Example
White with #BCA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0A8; }
p { color: rgb(188,160,168); }
H1.HeaderClassName
{
color: #BCA0A8;
}
.AnyTagClassName
{
color: #BCA0A8;
}
</style>
background-color css
<style>
a { background-color: #BCA0A8; }
a { background-color: rgb(188,160,168); }
div.DivClassName
{
background-color: #BCA0A8;
}
.BgClassName
{
background-color: #BCA0A8;
}
</style>
border-color css
<style>
span { border-color: #BCA0A8; }
span { border-color: rgb(188,160,168); }
td.TdClassName
{
border-color: #BCA0A8;
}
.TagClassName
{
border-color: #BCA0A8;
}
</style>