Shades of Careys Pink #BC979B
Tints of Careys Pink #BC979B
RGB
CMYK
RGB Variations
Color information
#BC979B (or 0xBC979B) is known color: Careys Pink. HEX triplet: BC, 97 and 9B. RGB value is (188,151,155). Sum of RGB (Red+Green+Blue) = 188+151+155=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC979B is #436864. Grayscale: #A2A2A2. Windows color (decimal): -4417637 or 10196924. OLE color: 10196924.
HSL color Cylindrical-coordinate representation of color #BC979B: hue angle of 353.51º 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 #BC979B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 155 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.26 |
| HSL | 353.51º | 0.22% | 0.66% | - |
| HSV(B) | 353.51º | 0.2% | 0.74% | - |
| XYZ | 37.72 | 35.19 | 35.81 | - |
| YUV | 162.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 155 | 0 | 0.20 | 0.18 | 0.26 | 353.51 | 0.22 | 0.66 |
| Hex | BC | 97 | 9B | 0 | 14 | 12 | 1A | 162 | 16 | 42 |
| Octal | 274 | 227 | 233 | 0 | 24 | 22 | 32 | 542 | 26 | 102 |
| Binary | 10111100 | 10010111 | 10011011 | 0 | 10100 | 10010 | 11010 | 101100010 | 10110 | 1000010 |
Color Harmonies of #BC979B
Complementary color
Monochromatic Colors of #BC979B
Black with #BC979B
Text Example
Text Example
White with #BC979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC979B; }
p { color: rgb(188,151,155); }
H1.HeaderClassName
{
color: #BC979B;
}
.AnyTagClassName
{
color: #BC979B;
}
</style>
background-color css
<style>
a { background-color: #BC979B; }
a { background-color: rgb(188,151,155); }
div.DivClassName
{
background-color: #BC979B;
}
.BgClassName
{
background-color: #BC979B;
}
</style>
border-color css
<style>
span { border-color: #BC979B; }
span { border-color: rgb(188,151,155); }
td.TdClassName
{
border-color: #BC979B;
}
.TagClassName
{
border-color: #BC979B;
}
</style>