Shades of Careys Pink #BC9798
Tints of Careys Pink #BC9798
RGB
CMYK
RGB Variations
Color information
#BC9798 (or 0xBC9798) is known color: Careys Pink. HEX triplet: BC, 97 and 98. RGB value is (188,151,152). Sum of RGB (Red+Green+Blue) = 188+151+152=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9798 is #436867. Grayscale: #A2A2A2. Windows color (decimal): -4417640 or 10000316. OLE color: 10000316.
HSL color Cylindrical-coordinate representation of color #BC9798: hue angle of 358.38º 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 #BC9798 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 152 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.26 |
| HSL | 358.38º | 0.22% | 0.66% | - |
| HSV(B) | 358.38º | 0.2% | 0.74% | - |
| XYZ | 37.47 | 35.09 | 34.5 | - |
| YUV | 162.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 152 | 0 | 0.20 | 0.19 | 0.26 | 358.38 | 0.22 | 0.66 |
| Hex | BC | 97 | 98 | 0 | 14 | 13 | 1A | 166 | 16 | 42 |
| Octal | 274 | 227 | 230 | 0 | 24 | 23 | 32 | 546 | 26 | 102 |
| Binary | 10111100 | 10010111 | 10011000 | 0 | 10100 | 10011 | 11010 | 101100110 | 10110 | 1000010 |
Color Harmonies of #BC9798
Complementary color
Monochromatic Colors of #BC9798
Black with #BC9798
Text Example
Text Example
White with #BC9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9798; }
p { color: rgb(188,151,152); }
H1.HeaderClassName
{
color: #BC9798;
}
.AnyTagClassName
{
color: #BC9798;
}
</style>
background-color css
<style>
a { background-color: #BC9798; }
a { background-color: rgb(188,151,152); }
div.DivClassName
{
background-color: #BC9798;
}
.BgClassName
{
background-color: #BC9798;
}
</style>
border-color css
<style>
span { border-color: #BC9798; }
span { border-color: rgb(188,151,152); }
td.TdClassName
{
border-color: #BC9798;
}
.TagClassName
{
border-color: #BC9798;
}
</style>