Shades of Careys Pink #BCABAF
Tints of Careys Pink #BCABAF
RGB
CMYK
RGB Variations
Color information
#BCABAF (or 0xBCABAF) is known color: Careys Pink. HEX triplet: BC, AB and AF. RGB value is (188,171,175). Sum of RGB (Red+Green+Blue) = 188+171+175=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAF is #435450. Grayscale: #B0B0B0. Windows color (decimal): -4412497 or 11512764. OLE color: 11512764.
HSL color Cylindrical-coordinate representation of color #BCABAF: hue angle of 345.88º 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 #BCABAF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 175 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.26 |
| HSL | 345.88º | 0.11% | 0.7% | - |
| HSV(B) | 345.88º | 0.09% | 0.74% | - |
| XYZ | 43.04 | 42.91 | 46.57 | - |
| YUV | 176.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 175 | 0 | 0.09 | 0.07 | 0.26 | 345.88 | 0.11 | 0.7 |
| Hex | BC | AB | AF | 0 | 9 | 7 | 1A | 15A | B | 46 |
| Octal | 274 | 253 | 257 | 0 | 11 | 7 | 32 | 532 | 13 | 106 |
| Binary | 10111100 | 10101011 | 10101111 | 0 | 1001 | 111 | 11010 | 101011010 | 1011 | 1000110 |
Color Harmonies of #BCABAF
Complementary color
Monochromatic Colors of #BCABAF
Black with #BCABAF
Text Example
Text Example
White with #BCABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABAF; }
p { color: rgb(188,171,175); }
H1.HeaderClassName
{
color: #BCABAF;
}
.AnyTagClassName
{
color: #BCABAF;
}
</style>
background-color css
<style>
a { background-color: #BCABAF; }
a { background-color: rgb(188,171,175); }
div.DivClassName
{
background-color: #BCABAF;
}
.BgClassName
{
background-color: #BCABAF;
}
</style>
border-color css
<style>
span { border-color: #BCABAF; }
span { border-color: rgb(188,171,175); }
td.TdClassName
{
border-color: #BCABAF;
}
.TagClassName
{
border-color: #BCABAF;
}
</style>