Shades of Careys Pink #BCADAE
Tints of Careys Pink #BCADAE
RGB
CMYK
RGB Variations
Color information
#BCADAE (or 0xBCADAE) is known color: Careys Pink. HEX triplet: BC, AD and AE. RGB value is (188,173,174). Sum of RGB (Red+Green+Blue) = 188+173+174=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAE is #435251. Grayscale: #B1B1B1. Windows color (decimal): -4411986 or 11447740. OLE color: 11447740.
HSL color Cylindrical-coordinate representation of color #BCADAE: hue angle of 356º 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 #BCADAE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 174 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.26 |
| HSL | 356º | 0.1% | 0.71% | - |
| HSV(B) | 356º | 0.08% | 0.74% | - |
| XYZ | 43.32 | 43.63 | 46.18 | - |
| YUV | 177.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 174 | 0 | 0.08 | 0.07 | 0.26 | 356 | 0.1 | 0.71 |
| Hex | BC | AD | AE | 0 | 8 | 7 | 1A | 164 | A | 47 |
| Octal | 274 | 255 | 256 | 0 | 10 | 7 | 32 | 544 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10101110 | 0 | 1000 | 111 | 11010 | 101100100 | 1010 | 1000111 |
Color Harmonies of #BCADAE
Complementary color
Monochromatic Colors of #BCADAE
Black with #BCADAE
Text Example
Text Example
White with #BCADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADAE; }
p { color: rgb(188,173,174); }
H1.HeaderClassName
{
color: #BCADAE;
}
.AnyTagClassName
{
color: #BCADAE;
}
</style>
background-color css
<style>
a { background-color: #BCADAE; }
a { background-color: rgb(188,173,174); }
div.DivClassName
{
background-color: #BCADAE;
}
.BgClassName
{
background-color: #BCADAE;
}
</style>
border-color css
<style>
span { border-color: #BCADAE; }
span { border-color: rgb(188,173,174); }
td.TdClassName
{
border-color: #BCADAE;
}
.TagClassName
{
border-color: #BCADAE;
}
</style>