Shades of Careys Pink #BC9D9F
Tints of Careys Pink #BC9D9F
RGB
CMYK
RGB Variations
Color information
#BC9D9F (or 0xBC9D9F) is known color: Careys Pink. HEX triplet: BC, 9D and 9F. RGB value is (188,157,159). Sum of RGB (Red+Green+Blue) = 188+157+159=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D9F is #436260. Grayscale: #A6A6A6. Windows color (decimal): -4416097 or 10460604. OLE color: 10460604.
HSL color Cylindrical-coordinate representation of color #BC9D9F: hue angle of 356.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9D9F is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 159 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.26 |
| HSL | 356.13º | 0.19% | 0.68% | - |
| HSV(B) | 356.13º | 0.16% | 0.74% | - |
| XYZ | 39.05 | 37.31 | 37.94 | - |
| YUV | 166.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 159 | 0 | 0.16 | 0.15 | 0.26 | 356.13 | 0.19 | 0.68 |
| Hex | BC | 9D | 9F | 0 | 10 | F | 1A | 164 | 13 | 44 |
| Octal | 274 | 235 | 237 | 0 | 20 | 17 | 32 | 544 | 23 | 104 |
| Binary | 10111100 | 10011101 | 10011111 | 0 | 10000 | 1111 | 11010 | 101100100 | 10011 | 1000100 |
Color Harmonies of #BC9D9F
Complementary color
Monochromatic Colors of #BC9D9F
Black with #BC9D9F
Text Example
Text Example
White with #BC9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D9F; }
p { color: rgb(188,157,159); }
H1.HeaderClassName
{
color: #BC9D9F;
}
.AnyTagClassName
{
color: #BC9D9F;
}
</style>
background-color css
<style>
a { background-color: #BC9D9F; }
a { background-color: rgb(188,157,159); }
div.DivClassName
{
background-color: #BC9D9F;
}
.BgClassName
{
background-color: #BC9D9F;
}
</style>
border-color css
<style>
span { border-color: #BC9D9F; }
span { border-color: rgb(188,157,159); }
td.TdClassName
{
border-color: #BC9D9F;
}
.TagClassName
{
border-color: #BC9D9F;
}
</style>