Shades of Careys Pink #BC9B9E
Tints of Careys Pink #BC9B9E
RGB
CMYK
RGB Variations
Color information
#BC9B9E (or 0xBC9B9E) is known color: Careys Pink. HEX triplet: BC, 9B and 9E. RGB value is (188,155,158). Sum of RGB (Red+Green+Blue) = 188+155+158=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B9E is #436461. Grayscale: #A5A5A5. Windows color (decimal): -4416610 or 10394556. OLE color: 10394556.
HSL color Cylindrical-coordinate representation of color #BC9B9E: hue angle of 354.55º 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 #BC9B9E is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 158 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.26 |
| HSL | 354.55º | 0.2% | 0.67% | - |
| HSV(B) | 354.55º | 0.18% | 0.74% | - |
| XYZ | 38.63 | 36.6 | 37.38 | - |
| YUV | 165.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 158 | 0 | 0.18 | 0.16 | 0.26 | 354.55 | 0.2 | 0.67 |
| Hex | BC | 9B | 9E | 0 | 12 | 10 | 1A | 163 | 14 | 43 |
| Octal | 274 | 233 | 236 | 0 | 22 | 20 | 32 | 543 | 24 | 103 |
| Binary | 10111100 | 10011011 | 10011110 | 0 | 10010 | 10000 | 11010 | 101100011 | 10100 | 1000011 |
Color Harmonies of #BC9B9E
Complementary color
Monochromatic Colors of #BC9B9E
Black with #BC9B9E
Text Example
Text Example
White with #BC9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B9E; }
p { color: rgb(188,155,158); }
H1.HeaderClassName
{
color: #BC9B9E;
}
.AnyTagClassName
{
color: #BC9B9E;
}
</style>
background-color css
<style>
a { background-color: #BC9B9E; }
a { background-color: rgb(188,155,158); }
div.DivClassName
{
background-color: #BC9B9E;
}
.BgClassName
{
background-color: #BC9B9E;
}
</style>
border-color css
<style>
span { border-color: #BC9B9E; }
span { border-color: rgb(188,155,158); }
td.TdClassName
{
border-color: #BC9B9E;
}
.TagClassName
{
border-color: #BC9B9E;
}
</style>