Shades of Careys Pink #BC9C9E
Tints of Careys Pink #BC9C9E
RGB
CMYK
RGB Variations
Color information
#BC9C9E (or 0xBC9C9E) is known color: Careys Pink. HEX triplet: BC, 9C and 9E. RGB value is (188,156,158). Sum of RGB (Red+Green+Blue) = 188+156+158=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C9E is #436361. Grayscale: #A5A5A5. Windows color (decimal): -4416354 or 10394812. OLE color: 10394812.
HSL color Cylindrical-coordinate representation of color #BC9C9E: hue angle of 356.25º 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 #BC9C9E is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 158 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.26 |
| HSL | 356.25º | 0.19% | 0.67% | - |
| HSV(B) | 356.25º | 0.17% | 0.74% | - |
| XYZ | 38.8 | 36.94 | 37.43 | - |
| YUV | 165.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 158 | 0 | 0.17 | 0.16 | 0.26 | 356.25 | 0.19 | 0.67 |
| Hex | BC | 9C | 9E | 0 | 11 | 10 | 1A | 164 | 13 | 43 |
| Octal | 274 | 234 | 236 | 0 | 21 | 20 | 32 | 544 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10011110 | 0 | 10001 | 10000 | 11010 | 101100100 | 10011 | 1000011 |
Color Harmonies of #BC9C9E
Complementary color
Monochromatic Colors of #BC9C9E
Black with #BC9C9E
Text Example
Text Example
White with #BC9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C9E; }
p { color: rgb(188,156,158); }
H1.HeaderClassName
{
color: #BC9C9E;
}
.AnyTagClassName
{
color: #BC9C9E;
}
</style>
background-color css
<style>
a { background-color: #BC9C9E; }
a { background-color: rgb(188,156,158); }
div.DivClassName
{
background-color: #BC9C9E;
}
.BgClassName
{
background-color: #BC9C9E;
}
</style>
border-color css
<style>
span { border-color: #BC9C9E; }
span { border-color: rgb(188,156,158); }
td.TdClassName
{
border-color: #BC9C9E;
}
.TagClassName
{
border-color: #BC9C9E;
}
</style>