Shades of Careys Pink #BC989A
Tints of Careys Pink #BC989A
RGB
CMYK
RGB Variations
Color information
#BC989A (or 0xBC989A) is known color: Careys Pink. HEX triplet: BC, 98 and 9A. RGB value is (188,152,154). Sum of RGB (Red+Green+Blue) = 188+152+154=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC989A is #436765. Grayscale: #A3A3A3. Windows color (decimal): -4417382 or 10131644. OLE color: 10131644.
HSL color Cylindrical-coordinate representation of color #BC989A: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC989A is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 154 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.26 |
| HSL | 356.67º | 0.21% | 0.67% | - |
| HSV(B) | 356.67º | 0.19% | 0.74% | - |
| XYZ | 37.8 | 35.48 | 35.43 | - |
| YUV | 162.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 154 | 0 | 0.19 | 0.18 | 0.26 | 356.67 | 0.21 | 0.67 |
| Hex | BC | 98 | 9A | 0 | 13 | 12 | 1A | 165 | 15 | 43 |
| Octal | 274 | 230 | 232 | 0 | 23 | 22 | 32 | 545 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10011010 | 0 | 10011 | 10010 | 11010 | 101100101 | 10101 | 1000011 |
Color Harmonies of #BC989A
Complementary color
Monochromatic Colors of #BC989A
Black with #BC989A
Text Example
Text Example
White with #BC989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC989A; }
p { color: rgb(188,152,154); }
H1.HeaderClassName
{
color: #BC989A;
}
.AnyTagClassName
{
color: #BC989A;
}
</style>
background-color css
<style>
a { background-color: #BC989A; }
a { background-color: rgb(188,152,154); }
div.DivClassName
{
background-color: #BC989A;
}
.BgClassName
{
background-color: #BC989A;
}
</style>
border-color css
<style>
span { border-color: #BC989A; }
span { border-color: rgb(188,152,154); }
td.TdClassName
{
border-color: #BC989A;
}
.TagClassName
{
border-color: #BC989A;
}
</style>