Shades of Careys Pink #BCA5AA
Tints of Careys Pink #BCA5AA
RGB
CMYK
RGB Variations
Color information
#BCA5AA (or 0xBCA5AA) is known color: Careys Pink. HEX triplet: BC, A5 and AA. RGB value is (188,165,170). Sum of RGB (Red+Green+Blue) = 188+165+170=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AA is #435A55. Grayscale: #ACACAC. Windows color (decimal): -4414038 or 11183548. OLE color: 11183548.
HSL color Cylindrical-coordinate representation of color #BCA5AA: hue angle of 346.96º 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 #BCA5AA is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 170 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.26 |
| HSL | 346.96º | 0.15% | 0.69% | - |
| HSV(B) | 346.96º | 0.12% | 0.74% | - |
| XYZ | 41.45 | 40.5 | 43.66 | - |
| YUV | 172.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 170 | 0 | 0.12 | 0.10 | 0.26 | 346.96 | 0.15 | 0.69 |
| Hex | BC | A5 | AA | 0 | C | A | 1A | 15B | F | 45 |
| Octal | 274 | 245 | 252 | 0 | 14 | 12 | 32 | 533 | 17 | 105 |
| Binary | 10111100 | 10100101 | 10101010 | 0 | 1100 | 1010 | 11010 | 101011011 | 1111 | 1000101 |
Color Harmonies of #BCA5AA
Complementary color
Monochromatic Colors of #BCA5AA
Black with #BCA5AA
Text Example
Text Example
White with #BCA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5AA; }
p { color: rgb(188,165,170); }
H1.HeaderClassName
{
color: #BCA5AA;
}
.AnyTagClassName
{
color: #BCA5AA;
}
</style>
background-color css
<style>
a { background-color: #BCA5AA; }
a { background-color: rgb(188,165,170); }
div.DivClassName
{
background-color: #BCA5AA;
}
.BgClassName
{
background-color: #BCA5AA;
}
</style>
border-color css
<style>
span { border-color: #BCA5AA; }
span { border-color: rgb(188,165,170); }
td.TdClassName
{
border-color: #BCA5AA;
}
.TagClassName
{
border-color: #BCA5AA;
}
</style>