Shades of Careys Pink #BC9B9D
Tints of Careys Pink #BC9B9D
RGB
CMYK
RGB Variations
Color information
#BC9B9D (or 0xBC9B9D) is known color: Careys Pink. HEX triplet: BC, 9B and 9D. RGB value is (188,155,157). Sum of RGB (Red+Green+Blue) = 188+155+157=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B9D is #436462. Grayscale: #A5A5A5. Windows color (decimal): -4416611 or 10329020. OLE color: 10329020.
HSL color Cylindrical-coordinate representation of color #BC9B9D: hue angle of 356.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9B9D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 157 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.26 |
| HSL | 356.36º | 0.2% | 0.67% | - |
| HSV(B) | 356.36º | 0.18% | 0.74% | - |
| XYZ | 38.55 | 36.57 | 36.93 | - |
| YUV | 165.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 157 | 0 | 0.18 | 0.16 | 0.26 | 356.36 | 0.2 | 0.67 |
| Hex | BC | 9B | 9D | 0 | 12 | 10 | 1A | 164 | 14 | 43 |
| Octal | 274 | 233 | 235 | 0 | 22 | 20 | 32 | 544 | 24 | 103 |
| Binary | 10111100 | 10011011 | 10011101 | 0 | 10010 | 10000 | 11010 | 101100100 | 10100 | 1000011 |
Color Harmonies of #BC9B9D
Complementary color
Monochromatic Colors of #BC9B9D
Black with #BC9B9D
Text Example
Text Example
White with #BC9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B9D; }
p { color: rgb(188,155,157); }
H1.HeaderClassName
{
color: #BC9B9D;
}
.AnyTagClassName
{
color: #BC9B9D;
}
</style>
background-color css
<style>
a { background-color: #BC9B9D; }
a { background-color: rgb(188,155,157); }
div.DivClassName
{
background-color: #BC9B9D;
}
.BgClassName
{
background-color: #BC9B9D;
}
</style>
border-color css
<style>
span { border-color: #BC9B9D; }
span { border-color: rgb(188,155,157); }
td.TdClassName
{
border-color: #BC9B9D;
}
.TagClassName
{
border-color: #BC9B9D;
}
</style>