Shades of Careys Pink #BC999B
Tints of Careys Pink #BC999B
RGB
CMYK
RGB Variations
Color information
#BC999B (or 0xBC999B) is known color: Careys Pink. HEX triplet: BC, 99 and 9B. RGB value is (188,153,155). Sum of RGB (Red+Green+Blue) = 188+153+155=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC999B is #436664. Grayscale: #A3A3A3. Windows color (decimal): -4417125 or 10197436. OLE color: 10197436.
HSL color Cylindrical-coordinate representation of color #BC999B: hue angle of 356.57º 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 #BC999B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 155 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.26 |
| HSL | 356.57º | 0.21% | 0.67% | - |
| HSV(B) | 356.57º | 0.19% | 0.74% | - |
| XYZ | 38.05 | 35.84 | 35.92 | - |
| YUV | 163.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 155 | 0 | 0.19 | 0.18 | 0.26 | 356.57 | 0.21 | 0.67 |
| Hex | BC | 99 | 9B | 0 | 13 | 12 | 1A | 165 | 15 | 43 |
| Octal | 274 | 231 | 233 | 0 | 23 | 22 | 32 | 545 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10011011 | 0 | 10011 | 10010 | 11010 | 101100101 | 10101 | 1000011 |
Color Harmonies of #BC999B
Complementary color
Monochromatic Colors of #BC999B
Black with #BC999B
Text Example
Text Example
White with #BC999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC999B; }
p { color: rgb(188,153,155); }
H1.HeaderClassName
{
color: #BC999B;
}
.AnyTagClassName
{
color: #BC999B;
}
</style>
background-color css
<style>
a { background-color: #BC999B; }
a { background-color: rgb(188,153,155); }
div.DivClassName
{
background-color: #BC999B;
}
.BgClassName
{
background-color: #BC999B;
}
</style>
border-color css
<style>
span { border-color: #BC999B; }
span { border-color: rgb(188,153,155); }
td.TdClassName
{
border-color: #BC999B;
}
.TagClassName
{
border-color: #BC999B;
}
</style>