Shades of Careys Pink #BC989B
Tints of Careys Pink #BC989B
RGB
CMYK
RGB Variations
Color information
#BC989B (or 0xBC989B) is known color: Careys Pink. HEX triplet: BC, 98 and 9B. RGB value is (188,152,155). Sum of RGB (Red+Green+Blue) = 188+152+155=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC989B is #436764. Grayscale: #A3A3A3. Windows color (decimal): -4417381 or 10197180. OLE color: 10197180.
HSL color Cylindrical-coordinate representation of color #BC989B: hue angle of 355º 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 #BC989B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 155 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.26 |
| HSL | 355º | 0.21% | 0.67% | - |
| HSV(B) | 355º | 0.19% | 0.74% | - |
| XYZ | 37.88 | 35.51 | 35.87 | - |
| YUV | 163.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 155 | 0 | 0.19 | 0.18 | 0.26 | 355 | 0.21 | 0.67 |
| Hex | BC | 98 | 9B | 0 | 13 | 12 | 1A | 163 | 15 | 43 |
| Octal | 274 | 230 | 233 | 0 | 23 | 22 | 32 | 543 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10011011 | 0 | 10011 | 10010 | 11010 | 101100011 | 10101 | 1000011 |
Color Harmonies of #BC989B
Complementary color
Monochromatic Colors of #BC989B
Black with #BC989B
Text Example
Text Example
White with #BC989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC989B; }
p { color: rgb(188,152,155); }
H1.HeaderClassName
{
color: #BC989B;
}
.AnyTagClassName
{
color: #BC989B;
}
</style>
background-color css
<style>
a { background-color: #BC989B; }
a { background-color: rgb(188,152,155); }
div.DivClassName
{
background-color: #BC989B;
}
.BgClassName
{
background-color: #BC989B;
}
</style>
border-color css
<style>
span { border-color: #BC989B; }
span { border-color: rgb(188,152,155); }
td.TdClassName
{
border-color: #BC989B;
}
.TagClassName
{
border-color: #BC989B;
}
</style>