Shades of Careys Pink #BCABAE
Tints of Careys Pink #BCABAE
RGB
CMYK
RGB Variations
Color information
#BCABAE (or 0xBCABAE) is known color: Careys Pink. HEX triplet: BC, AB and AE. RGB value is (188,171,174). Sum of RGB (Red+Green+Blue) = 188+171+174=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAE is #435451. Grayscale: #B0B0B0. Windows color (decimal): -4412498 or 11447228. OLE color: 11447228.
HSL color Cylindrical-coordinate representation of color #BCABAE: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCABAE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 174 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.26 |
| HSL | 349.41º | 0.11% | 0.7% | - |
| HSV(B) | 349.41º | 0.09% | 0.74% | - |
| XYZ | 42.94 | 42.87 | 46.06 | - |
| YUV | 176.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 174 | 0 | 0.09 | 0.07 | 0.26 | 349.41 | 0.11 | 0.7 |
| Hex | BC | AB | AE | 0 | 9 | 7 | 1A | 15D | B | 46 |
| Octal | 274 | 253 | 256 | 0 | 11 | 7 | 32 | 535 | 13 | 106 |
| Binary | 10111100 | 10101011 | 10101110 | 0 | 1001 | 111 | 11010 | 101011101 | 1011 | 1000110 |
Color Harmonies of #BCABAE
Complementary color
Monochromatic Colors of #BCABAE
Black with #BCABAE
Text Example
Text Example
White with #BCABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABAE; }
p { color: rgb(188,171,174); }
H1.HeaderClassName
{
color: #BCABAE;
}
.AnyTagClassName
{
color: #BCABAE;
}
</style>
background-color css
<style>
a { background-color: #BCABAE; }
a { background-color: rgb(188,171,174); }
div.DivClassName
{
background-color: #BCABAE;
}
.BgClassName
{
background-color: #BCABAE;
}
</style>
border-color css
<style>
span { border-color: #BCABAE; }
span { border-color: rgb(188,171,174); }
td.TdClassName
{
border-color: #BCABAE;
}
.TagClassName
{
border-color: #BCABAE;
}
</style>