Shades of Careys Pink #BCADB0
Tints of Careys Pink #BCADB0
RGB
CMYK
RGB Variations
Color information
#BCADB0 (or 0xBCADB0) is known color: Careys Pink. HEX triplet: BC, AD and B0. RGB value is (188,173,176). Sum of RGB (Red+Green+Blue) = 188+173+176=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADB0 is #43524F. Grayscale: #B1B1B1. Windows color (decimal): -4411984 or 11578812. OLE color: 11578812.
HSL color Cylindrical-coordinate representation of color #BCADB0: hue angle of 348º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADB0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 176 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.26 |
| HSL | 348º | 0.1% | 0.71% | - |
| HSV(B) | 348º | 0.08% | 0.74% | - |
| XYZ | 43.52 | 43.71 | 47.22 | - |
| YUV | 177.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 176 | 0 | 0.08 | 0.06 | 0.26 | 348 | 0.1 | 0.71 |
| Hex | BC | AD | B0 | 0 | 8 | 6 | 1A | 15C | A | 47 |
| Octal | 274 | 255 | 260 | 0 | 10 | 6 | 32 | 534 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10110000 | 0 | 1000 | 110 | 11010 | 101011100 | 1010 | 1000111 |
Color Harmonies of #BCADB0
Complementary color
Monochromatic Colors of #BCADB0
Black with #BCADB0
Text Example
Text Example
White with #BCADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADB0; }
p { color: rgb(188,173,176); }
H1.HeaderClassName
{
color: #BCADB0;
}
.AnyTagClassName
{
color: #BCADB0;
}
</style>
background-color css
<style>
a { background-color: #BCADB0; }
a { background-color: rgb(188,173,176); }
div.DivClassName
{
background-color: #BCADB0;
}
.BgClassName
{
background-color: #BCADB0;
}
</style>
border-color css
<style>
span { border-color: #BCADB0; }
span { border-color: rgb(188,173,176); }
td.TdClassName
{
border-color: #BCADB0;
}
.TagClassName
{
border-color: #BCADB0;
}
</style>