Shades of Careys Pink #BC969B
Tints of Careys Pink #BC969B
RGB
CMYK
RGB Variations
Color information
#BC969B (or 0xBC969B) is known color: Careys Pink. HEX triplet: BC, 96 and 9B. RGB value is (188,150,155). Sum of RGB (Red+Green+Blue) = 188+150+155=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969B is #436964. Grayscale: #A1A1A1. Windows color (decimal): -4417893 or 10196668. OLE color: 10196668.
HSL color Cylindrical-coordinate representation of color #BC969B: hue angle of 352.11º 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 #BC969B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 155 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.26 |
| HSL | 352.11º | 0.22% | 0.66% | - |
| HSV(B) | 352.11º | 0.2% | 0.74% | - |
| XYZ | 37.56 | 34.87 | 35.76 | - |
| YUV | 161.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 155 | 0 | 0.20 | 0.18 | 0.26 | 352.11 | 0.22 | 0.66 |
| Hex | BC | 96 | 9B | 0 | 14 | 12 | 1A | 160 | 16 | 42 |
| Octal | 274 | 226 | 233 | 0 | 24 | 22 | 32 | 540 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10011011 | 0 | 10100 | 10010 | 11010 | 101100000 | 10110 | 1000010 |
Color Harmonies of #BC969B
Complementary color
Monochromatic Colors of #BC969B
Black with #BC969B
Text Example
Text Example
White with #BC969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC969B; }
p { color: rgb(188,150,155); }
H1.HeaderClassName
{
color: #BC969B;
}
.AnyTagClassName
{
color: #BC969B;
}
</style>
background-color css
<style>
a { background-color: #BC969B; }
a { background-color: rgb(188,150,155); }
div.DivClassName
{
background-color: #BC969B;
}
.BgClassName
{
background-color: #BC969B;
}
</style>
border-color css
<style>
span { border-color: #BC969B; }
span { border-color: rgb(188,150,155); }
td.TdClassName
{
border-color: #BC969B;
}
.TagClassName
{
border-color: #BC969B;
}
</style>