Shades of Careys Pink #BC9498
Tints of Careys Pink #BC9498
RGB
CMYK
RGB Variations
Color information
#BC9498 (or 0xBC9498) is known color: Careys Pink. HEX triplet: BC, 94 and 98. RGB value is (188,148,152). Sum of RGB (Red+Green+Blue) = 188+148+152=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9498 is #436B67. Grayscale: #A0A0A0. Windows color (decimal): -4418408 or 9999548. OLE color: 9999548.
HSL color Cylindrical-coordinate representation of color #BC9498: hue angle of 354º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9498 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 152 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.26 |
| HSL | 354º | 0.23% | 0.66% | - |
| HSV(B) | 354º | 0.21% | 0.74% | - |
| XYZ | 37 | 34.14 | 34.35 | - |
| YUV | 160.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 152 | 0 | 0.21 | 0.19 | 0.26 | 354 | 0.23 | 0.66 |
| Hex | BC | 94 | 98 | 0 | 15 | 13 | 1A | 162 | 17 | 42 |
| Octal | 274 | 224 | 230 | 0 | 25 | 23 | 32 | 542 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10011000 | 0 | 10101 | 10011 | 11010 | 101100010 | 10111 | 1000010 |
Color Harmonies of #BC9498
Complementary color
Monochromatic Colors of #BC9498
Black with #BC9498
Text Example
Text Example
White with #BC9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9498; }
p { color: rgb(188,148,152); }
H1.HeaderClassName
{
color: #BC9498;
}
.AnyTagClassName
{
color: #BC9498;
}
</style>
background-color css
<style>
a { background-color: #BC9498; }
a { background-color: rgb(188,148,152); }
div.DivClassName
{
background-color: #BC9498;
}
.BgClassName
{
background-color: #BC9498;
}
</style>
border-color css
<style>
span { border-color: #BC9498; }
span { border-color: rgb(188,148,152); }
td.TdClassName
{
border-color: #BC9498;
}
.TagClassName
{
border-color: #BC9498;
}
</style>