Shades of Careys Pink #BCADAF
Tints of Careys Pink #BCADAF
RGB
CMYK
RGB Variations
Color information
#BCADAF (or 0xBCADAF) is known color: Careys Pink. HEX triplet: BC, AD and AF. RGB value is (188,173,175). Sum of RGB (Red+Green+Blue) = 188+173+175=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADAF is #435250. Grayscale: #B1B1B1. Windows color (decimal): -4411985 or 11513276. OLE color: 11513276.
HSL color Cylindrical-coordinate representation of color #BCADAF: hue angle of 352º 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 #BCADAF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 175 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.26 |
| HSL | 352º | 0.1% | 0.71% | - |
| HSV(B) | 352º | 0.08% | 0.74% | - |
| XYZ | 43.42 | 43.67 | 46.7 | - |
| YUV | 177.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 175 | 0 | 0.08 | 0.07 | 0.26 | 352 | 0.1 | 0.71 |
| Hex | BC | AD | AF | 0 | 8 | 7 | 1A | 160 | A | 47 |
| Octal | 274 | 255 | 257 | 0 | 10 | 7 | 32 | 540 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10101111 | 0 | 1000 | 111 | 11010 | 101100000 | 1010 | 1000111 |
Color Harmonies of #BCADAF
Complementary color
Monochromatic Colors of #BCADAF
Black with #BCADAF
Text Example
Text Example
White with #BCADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADAF; }
p { color: rgb(188,173,175); }
H1.HeaderClassName
{
color: #BCADAF;
}
.AnyTagClassName
{
color: #BCADAF;
}
</style>
background-color css
<style>
a { background-color: #BCADAF; }
a { background-color: rgb(188,173,175); }
div.DivClassName
{
background-color: #BCADAF;
}
.BgClassName
{
background-color: #BCADAF;
}
</style>
border-color css
<style>
span { border-color: #BCADAF; }
span { border-color: rgb(188,173,175); }
td.TdClassName
{
border-color: #BCADAF;
}
.TagClassName
{
border-color: #BCADAF;
}
</style>