Shades of Careys Pink #BC979A
Tints of Careys Pink #BC979A
RGB
CMYK
RGB Variations
Color information
#BC979A (or 0xBC979A) is known color: Careys Pink. HEX triplet: BC, 97 and 9A. RGB value is (188,151,154). Sum of RGB (Red+Green+Blue) = 188+151+154=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC979A is #436865. Grayscale: #A2A2A2. Windows color (decimal): -4417638 or 10131388. OLE color: 10131388.
HSL color Cylindrical-coordinate representation of color #BC979A: hue angle of 355.14º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC979A is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 154 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.26 |
| HSL | 355.14º | 0.22% | 0.66% | - |
| HSV(B) | 355.14º | 0.2% | 0.74% | - |
| XYZ | 37.64 | 35.16 | 35.37 | - |
| YUV | 162.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 154 | 0 | 0.20 | 0.18 | 0.26 | 355.14 | 0.22 | 0.66 |
| Hex | BC | 97 | 9A | 0 | 14 | 12 | 1A | 163 | 16 | 42 |
| Octal | 274 | 227 | 232 | 0 | 24 | 22 | 32 | 543 | 26 | 102 |
| Binary | 10111100 | 10010111 | 10011010 | 0 | 10100 | 10010 | 11010 | 101100011 | 10110 | 1000010 |
Color Harmonies of #BC979A
Complementary color
Monochromatic Colors of #BC979A
Black with #BC979A
Text Example
Text Example
White with #BC979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC979A; }
p { color: rgb(188,151,154); }
H1.HeaderClassName
{
color: #BC979A;
}
.AnyTagClassName
{
color: #BC979A;
}
</style>
background-color css
<style>
a { background-color: #BC979A; }
a { background-color: rgb(188,151,154); }
div.DivClassName
{
background-color: #BC979A;
}
.BgClassName
{
background-color: #BC979A;
}
</style>
border-color css
<style>
span { border-color: #BC979A; }
span { border-color: rgb(188,151,154); }
td.TdClassName
{
border-color: #BC979A;
}
.TagClassName
{
border-color: #BC979A;
}
</style>