Shades of Careys Pink #BC9C9D
Tints of Careys Pink #BC9C9D
RGB
CMYK
RGB Variations
Color information
#BC9C9D (or 0xBC9C9D) is known color: Careys Pink. HEX triplet: BC, 9C and 9D. RGB value is (188,156,157). Sum of RGB (Red+Green+Blue) = 188+156+157=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C9D is #436362. Grayscale: #A5A5A5. Windows color (decimal): -4416355 or 10329276. OLE color: 10329276.
HSL color Cylindrical-coordinate representation of color #BC9C9D: hue angle of 358.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BC9C9D is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 157 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.26 |
| HSL | 358.13º | 0.19% | 0.67% | - |
| HSV(B) | 358.13º | 0.17% | 0.74% | - |
| XYZ | 38.71 | 36.9 | 36.98 | - |
| YUV | 165.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 157 | 0 | 0.17 | 0.16 | 0.26 | 358.13 | 0.19 | 0.67 |
| Hex | BC | 9C | 9D | 0 | 11 | 10 | 1A | 166 | 13 | 43 |
| Octal | 274 | 234 | 235 | 0 | 21 | 20 | 32 | 546 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10011101 | 0 | 10001 | 10000 | 11010 | 101100110 | 10011 | 1000011 |
Color Harmonies of #BC9C9D
Complementary color
Monochromatic Colors of #BC9C9D
Black with #BC9C9D
Text Example
Text Example
White with #BC9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C9D; }
p { color: rgb(188,156,157); }
H1.HeaderClassName
{
color: #BC9C9D;
}
.AnyTagClassName
{
color: #BC9C9D;
}
</style>
background-color css
<style>
a { background-color: #BC9C9D; }
a { background-color: rgb(188,156,157); }
div.DivClassName
{
background-color: #BC9C9D;
}
.BgClassName
{
background-color: #BC9C9D;
}
</style>
border-color css
<style>
span { border-color: #BC9C9D; }
span { border-color: rgb(188,156,157); }
td.TdClassName
{
border-color: #BC9C9D;
}
.TagClassName
{
border-color: #BC9C9D;
}
</style>