Shades of Careys Pink #BC999E
Tints of Careys Pink #BC999E
RGB
CMYK
RGB Variations
Color information
#BC999E (or 0xBC999E) is known color: Careys Pink. HEX triplet: BC, 99 and 9E. RGB value is (188,153,158). Sum of RGB (Red+Green+Blue) = 188+153+158=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC999E is #436661. Grayscale: #A4A4A4. Windows color (decimal): -4417122 or 10394044. OLE color: 10394044.
HSL color Cylindrical-coordinate representation of color #BC999E: hue angle of 351.43º 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 #BC999E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 158 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.26 |
| HSL | 351.43º | 0.21% | 0.67% | - |
| HSV(B) | 351.43º | 0.19% | 0.74% | - |
| XYZ | 38.3 | 35.94 | 37.27 | - |
| YUV | 164.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 158 | 0 | 0.19 | 0.16 | 0.26 | 351.43 | 0.21 | 0.67 |
| Hex | BC | 99 | 9E | 0 | 13 | 10 | 1A | 15F | 15 | 43 |
| Octal | 274 | 231 | 236 | 0 | 23 | 20 | 32 | 537 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10011110 | 0 | 10011 | 10000 | 11010 | 101011111 | 10101 | 1000011 |
Color Harmonies of #BC999E
Complementary color
Monochromatic Colors of #BC999E
Black with #BC999E
Text Example
Text Example
White with #BC999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC999E; }
p { color: rgb(188,153,158); }
H1.HeaderClassName
{
color: #BC999E;
}
.AnyTagClassName
{
color: #BC999E;
}
</style>
background-color css
<style>
a { background-color: #BC999E; }
a { background-color: rgb(188,153,158); }
div.DivClassName
{
background-color: #BC999E;
}
.BgClassName
{
background-color: #BC999E;
}
</style>
border-color css
<style>
span { border-color: #BC999E; }
span { border-color: rgb(188,153,158); }
td.TdClassName
{
border-color: #BC999E;
}
.TagClassName
{
border-color: #BC999E;
}
</style>