Shades of Careys Pink #BCACAE
Tints of Careys Pink #BCACAE
RGB
CMYK
RGB Variations
Color information
#BCACAE (or 0xBCACAE) is known color: Careys Pink. HEX triplet: BC, AC and AE. RGB value is (188,172,174). Sum of RGB (Red+Green+Blue) = 188+172+174=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACAE is #435351. Grayscale: #B1B1B1. Windows color (decimal): -4412242 or 11447484. OLE color: 11447484.
HSL color Cylindrical-coordinate representation of color #BCACAE: hue angle of 352.5º 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 #BCACAE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 174 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.26 |
| HSL | 352.5º | 0.11% | 0.71% | - |
| HSV(B) | 352.5º | 0.09% | 0.74% | - |
| XYZ | 43.13 | 43.25 | 46.12 | - |
| YUV | 177.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 174 | 0 | 0.09 | 0.07 | 0.26 | 352.5 | 0.11 | 0.71 |
| Hex | BC | AC | AE | 0 | 9 | 7 | 1A | 160 | B | 47 |
| Octal | 274 | 254 | 256 | 0 | 11 | 7 | 32 | 540 | 13 | 107 |
| Binary | 10111100 | 10101100 | 10101110 | 0 | 1001 | 111 | 11010 | 101100000 | 1011 | 1000111 |
Color Harmonies of #BCACAE
Complementary color
Monochromatic Colors of #BCACAE
Black with #BCACAE
Text Example
Text Example
White with #BCACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACAE; }
p { color: rgb(188,172,174); }
H1.HeaderClassName
{
color: #BCACAE;
}
.AnyTagClassName
{
color: #BCACAE;
}
</style>
background-color css
<style>
a { background-color: #BCACAE; }
a { background-color: rgb(188,172,174); }
div.DivClassName
{
background-color: #BCACAE;
}
.BgClassName
{
background-color: #BCACAE;
}
</style>
border-color css
<style>
span { border-color: #BCACAE; }
span { border-color: rgb(188,172,174); }
td.TdClassName
{
border-color: #BCACAE;
}
.TagClassName
{
border-color: #BCACAE;
}
</style>