Shades of Careys Pink #BCA5A8
Tints of Careys Pink #BCA5A8
RGB
CMYK
RGB Variations
Color information
#BCA5A8 (or 0xBCA5A8) is known color: Careys Pink. HEX triplet: BC, A5 and A8. RGB value is (188,165,168). Sum of RGB (Red+Green+Blue) = 188+165+168=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5A8 is #435A57. Grayscale: #ACACAC. Windows color (decimal): -4414040 or 11052476. OLE color: 11052476.
HSL color Cylindrical-coordinate representation of color #BCA5A8: hue angle of 352.17º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA5A8 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 168 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.26 |
| HSL | 352.17º | 0.15% | 0.69% | - |
| HSV(B) | 352.17º | 0.12% | 0.74% | - |
| XYZ | 41.26 | 40.43 | 42.67 | - |
| YUV | 172.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 168 | 0 | 0.12 | 0.11 | 0.26 | 352.17 | 0.15 | 0.69 |
| Hex | BC | A5 | A8 | 0 | C | B | 1A | 160 | F | 45 |
| Octal | 274 | 245 | 250 | 0 | 14 | 13 | 32 | 540 | 17 | 105 |
| Binary | 10111100 | 10100101 | 10101000 | 0 | 1100 | 1011 | 11010 | 101100000 | 1111 | 1000101 |
Color Harmonies of #BCA5A8
Complementary color
Monochromatic Colors of #BCA5A8
Black with #BCA5A8
Text Example
Text Example
White with #BCA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5A8; }
p { color: rgb(188,165,168); }
H1.HeaderClassName
{
color: #BCA5A8;
}
.AnyTagClassName
{
color: #BCA5A8;
}
</style>
background-color css
<style>
a { background-color: #BCA5A8; }
a { background-color: rgb(188,165,168); }
div.DivClassName
{
background-color: #BCA5A8;
}
.BgClassName
{
background-color: #BCA5A8;
}
</style>
border-color css
<style>
span { border-color: #BCA5A8; }
span { border-color: rgb(188,165,168); }
td.TdClassName
{
border-color: #BCA5A8;
}
.TagClassName
{
border-color: #BCA5A8;
}
</style>