Shades of London Hue #B18CB2
Tints of London Hue #B18CB2
RGB
CMYK
RGB Variations
Color information
#B18CB2 (or 0xB18CB2) is known color: London Hue. HEX triplet: B1, 8C and B2. RGB value is (177,140,178). Sum of RGB (Red+Green+Blue) = 177+140+178=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #B18CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CB2 is #4E734D. Grayscale: #9B9B9B. Windows color (decimal): -5141326 or 11701425. OLE color: 11701425.
HSL color Cylindrical-coordinate representation of color #B18CB2: hue angle of 298.42º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18CB2 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 140 | 178 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.30 |
| HSL | 298.42º | 0.2% | 0.62% | - |
| HSV(B) | 298.42º | 0.21% | 0.7% | - |
| XYZ | 35.55 | 31.32 | 46.29 | - |
| YUV | 155.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 178 | 0.01 | 0.21 | 0 | 0.30 | 298.42 | 0.2 | 0.62 |
| Hex | B1 | 8C | B2 | 1 | 15 | 0 | 1E | 12A | 14 | 3E |
| Octal | 261 | 214 | 262 | 1 | 25 | 0 | 36 | 452 | 24 | 76 |
| Binary | 10110001 | 10001100 | 10110010 | 1 | 10101 | 0 | 11110 | 100101010 | 10100 | 111110 |
Color Harmonies of #B18CB2
Complementary color
Monochromatic Colors of #B18CB2
Black with #B18CB2
Text Example
Text Example
White with #B18CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CB2; }
p { color: rgb(177,140,178); }
H1.HeaderClassName
{
color: #B18CB2;
}
.AnyTagClassName
{
color: #B18CB2;
}
</style>
background-color css
<style>
a { background-color: #B18CB2; }
a { background-color: rgb(177,140,178); }
div.DivClassName
{
background-color: #B18CB2;
}
.BgClassName
{
background-color: #B18CB2;
}
</style>
border-color css
<style>
span { border-color: #B18CB2; }
span { border-color: rgb(177,140,178); }
td.TdClassName
{
border-color: #B18CB2;
}
.TagClassName
{
border-color: #B18CB2;
}
</style>