Shades of Careys Pink #BC9C9F
Tints of Careys Pink #BC9C9F
RGB
CMYK
RGB Variations
Color information
#BC9C9F (or 0xBC9C9F) is known color: Careys Pink. HEX triplet: BC, 9C and 9F. RGB value is (188,156,159). Sum of RGB (Red+Green+Blue) = 188+156+159=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C9F is #436360. Grayscale: #A5A5A5. Windows color (decimal): -4416353 or 10460348. OLE color: 10460348.
HSL color Cylindrical-coordinate representation of color #BC9C9F: hue angle of 354.38º 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 #BC9C9F is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 159 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.26 |
| HSL | 354.38º | 0.19% | 0.67% | - |
| HSV(B) | 354.38º | 0.17% | 0.74% | - |
| XYZ | 38.89 | 36.97 | 37.89 | - |
| YUV | 165.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 159 | 0 | 0.17 | 0.15 | 0.26 | 354.38 | 0.19 | 0.67 |
| Hex | BC | 9C | 9F | 0 | 11 | F | 1A | 162 | 13 | 43 |
| Octal | 274 | 234 | 237 | 0 | 21 | 17 | 32 | 542 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10011111 | 0 | 10001 | 1111 | 11010 | 101100010 | 10011 | 1000011 |
Color Harmonies of #BC9C9F
Complementary color
Monochromatic Colors of #BC9C9F
Black with #BC9C9F
Text Example
Text Example
White with #BC9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C9F; }
p { color: rgb(188,156,159); }
H1.HeaderClassName
{
color: #BC9C9F;
}
.AnyTagClassName
{
color: #BC9C9F;
}
</style>
background-color css
<style>
a { background-color: #BC9C9F; }
a { background-color: rgb(188,156,159); }
div.DivClassName
{
background-color: #BC9C9F;
}
.BgClassName
{
background-color: #BC9C9F;
}
</style>
border-color css
<style>
span { border-color: #BC9C9F; }
span { border-color: rgb(188,156,159); }
td.TdClassName
{
border-color: #BC9C9F;
}
.TagClassName
{
border-color: #BC9C9F;
}
</style>