Shades of London Hue #B995BA
Tints of London Hue #B995BA
RGB
CMYK
RGB Variations
Color information
#B995BA (or 0xB995BA) is known color: London Hue. HEX triplet: B9, 95 and BA. RGB value is (185,149,186). Sum of RGB (Red+Green+Blue) = 185+149+186=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B995BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995BA is #466A45. Grayscale: #A3A3A3. Windows color (decimal): -4614726 or 12228025. OLE color: 12228025.
HSL color Cylindrical-coordinate representation of color #B995BA: hue angle of 298.38º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B995BA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 186 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.27 |
| HSL | 298.38º | 0.21% | 0.66% | - |
| HSV(B) | 298.38º | 0.2% | 0.73% | - |
| XYZ | 39.62 | 35.35 | 51.19 | - |
| YUV | 163.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 186 | 0.01 | 0.20 | 0 | 0.27 | 298.38 | 0.21 | 0.66 |
| Hex | B9 | 95 | BA | 1 | 14 | 0 | 1B | 12A | 15 | 42 |
| Octal | 271 | 225 | 272 | 1 | 24 | 0 | 33 | 452 | 25 | 102 |
| Binary | 10111001 | 10010101 | 10111010 | 1 | 10100 | 0 | 11011 | 100101010 | 10101 | 1000010 |
Color Harmonies of #B995BA
Complementary color
Monochromatic Colors of #B995BA
Black with #B995BA
Text Example
Text Example
White with #B995BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995BA; }
p { color: rgb(185,149,186); }
H1.HeaderClassName
{
color: #B995BA;
}
.AnyTagClassName
{
color: #B995BA;
}
</style>
background-color css
<style>
a { background-color: #B995BA; }
a { background-color: rgb(185,149,186); }
div.DivClassName
{
background-color: #B995BA;
}
.BgClassName
{
background-color: #B995BA;
}
</style>
border-color css
<style>
span { border-color: #B995BA; }
span { border-color: rgb(185,149,186); }
td.TdClassName
{
border-color: #B995BA;
}
.TagClassName
{
border-color: #B995BA;
}
</style>