Shades of London Hue #BC98B5
Tints of London Hue #BC98B5
RGB
CMYK
RGB Variations
Color information
#BC98B5 (or 0xBC98B5) is known color: London Hue. HEX triplet: BC, 98 and B5. RGB value is (188,152,181). Sum of RGB (Red+Green+Blue) = 188+152+181=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98B5 is #43674A. Grayscale: #A5A5A5. Windows color (decimal): -4417355 or 11901116. OLE color: 11901116.
HSL color Cylindrical-coordinate representation of color #BC98B5: hue angle of 311.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98B5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 181 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.26 |
| HSL | 311.67º | 0.21% | 0.67% | - |
| HSV(B) | 311.67º | 0.19% | 0.74% | - |
| XYZ | 40.31 | 36.48 | 48.63 | - |
| YUV | 166.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 181 | 0 | 0.19 | 0.04 | 0.26 | 311.67 | 0.21 | 0.67 |
| Hex | BC | 98 | B5 | 0 | 13 | 4 | 1A | 138 | 15 | 43 |
| Octal | 274 | 230 | 265 | 0 | 23 | 4 | 32 | 470 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10110101 | 0 | 10011 | 100 | 11010 | 100111000 | 10101 | 1000011 |
Color Harmonies of #BC98B5
Complementary color
Monochromatic Colors of #BC98B5
Black with #BC98B5
Text Example
Text Example
White with #BC98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98B5; }
p { color: rgb(188,152,181); }
H1.HeaderClassName
{
color: #BC98B5;
}
.AnyTagClassName
{
color: #BC98B5;
}
</style>
background-color css
<style>
a { background-color: #BC98B5; }
a { background-color: rgb(188,152,181); }
div.DivClassName
{
background-color: #BC98B5;
}
.BgClassName
{
background-color: #BC98B5;
}
</style>
border-color css
<style>
span { border-color: #BC98B5; }
span { border-color: rgb(188,152,181); }
td.TdClassName
{
border-color: #BC98B5;
}
.TagClassName
{
border-color: #BC98B5;
}
</style>