Shades of Careys Pink #BCA1A5
Tints of Careys Pink #BCA1A5
RGB
CMYK
RGB Variations
Color information
#BCA1A5 (or 0xBCA1A5) is known color: Careys Pink. HEX triplet: BC, A1 and A5. RGB value is (188,161,165). Sum of RGB (Red+Green+Blue) = 188+161+165=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A5 is #435E5A. Grayscale: #A9A9A9. Windows color (decimal): -4415067 or 10854844. OLE color: 10854844.
HSL color Cylindrical-coordinate representation of color #BCA1A5: hue angle of 351.11º 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 #BCA1A5 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 165 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.26 |
| HSL | 351.11º | 0.17% | 0.68% | - |
| HSV(B) | 351.11º | 0.14% | 0.74% | - |
| XYZ | 40.28 | 38.9 | 40.98 | - |
| YUV | 169.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 165 | 0 | 0.14 | 0.12 | 0.26 | 351.11 | 0.17 | 0.68 |
| Hex | BC | A1 | A5 | 0 | E | C | 1A | 15F | 11 | 44 |
| Octal | 274 | 241 | 245 | 0 | 16 | 14 | 32 | 537 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10100101 | 0 | 1110 | 1100 | 11010 | 101011111 | 10001 | 1000100 |
Color Harmonies of #BCA1A5
Complementary color
Monochromatic Colors of #BCA1A5
Black with #BCA1A5
Text Example
Text Example
White with #BCA1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1A5; }
p { color: rgb(188,161,165); }
H1.HeaderClassName
{
color: #BCA1A5;
}
.AnyTagClassName
{
color: #BCA1A5;
}
</style>
background-color css
<style>
a { background-color: #BCA1A5; }
a { background-color: rgb(188,161,165); }
div.DivClassName
{
background-color: #BCA1A5;
}
.BgClassName
{
background-color: #BCA1A5;
}
</style>
border-color css
<style>
span { border-color: #BCA1A5; }
span { border-color: rgb(188,161,165); }
td.TdClassName
{
border-color: #BCA1A5;
}
.TagClassName
{
border-color: #BCA1A5;
}
</style>