Shades of Careys Pink #BCACB0
Tints of Careys Pink #BCACB0
RGB
CMYK
RGB Variations
Color information
#BCACB0 (or 0xBCACB0) is known color: Careys Pink. HEX triplet: BC, AC and B0. RGB value is (188,172,176). Sum of RGB (Red+Green+Blue) = 188+172+176=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACB0 is #43534F. Grayscale: #B1B1B1. Windows color (decimal): -4412240 or 11578556. OLE color: 11578556.
HSL color Cylindrical-coordinate representation of color #BCACB0: hue angle of 345º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCACB0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 176 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.26 |
| HSL | 345º | 0.11% | 0.71% | - |
| HSV(B) | 345º | 0.09% | 0.74% | - |
| XYZ | 43.33 | 43.33 | 47.15 | - |
| YUV | 177.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 176 | 0 | 0.09 | 0.06 | 0.26 | 345 | 0.11 | 0.71 |
| Hex | BC | AC | B0 | 0 | 9 | 6 | 1A | 159 | B | 47 |
| Octal | 274 | 254 | 260 | 0 | 11 | 6 | 32 | 531 | 13 | 107 |
| Binary | 10111100 | 10101100 | 10110000 | 0 | 1001 | 110 | 11010 | 101011001 | 1011 | 1000111 |
Color Harmonies of #BCACB0
Complementary color
Monochromatic Colors of #BCACB0
Black with #BCACB0
Text Example
Text Example
White with #BCACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACB0; }
p { color: rgb(188,172,176); }
H1.HeaderClassName
{
color: #BCACB0;
}
.AnyTagClassName
{
color: #BCACB0;
}
</style>
background-color css
<style>
a { background-color: #BCACB0; }
a { background-color: rgb(188,172,176); }
div.DivClassName
{
background-color: #BCACB0;
}
.BgClassName
{
background-color: #BCACB0;
}
</style>
border-color css
<style>
span { border-color: #BCACB0; }
span { border-color: rgb(188,172,176); }
td.TdClassName
{
border-color: #BCACB0;
}
.TagClassName
{
border-color: #BCACB0;
}
</style>