Shades of London Hue #B38EAE
Tints of London Hue #B38EAE
RGB
CMYK
RGB Variations
Color information
#B38EAE (or 0xB38EAE) is known color: London Hue. HEX triplet: B3, 8E and AE. RGB value is (179,142,174). Sum of RGB (Red+Green+Blue) = 179+142+174=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EAE is #4C7151. Grayscale: #9C9C9C. Windows color (decimal): -5009746 or 11439795. OLE color: 11439795.
HSL color Cylindrical-coordinate representation of color #B38EAE: hue angle of 308.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38EAE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 174 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.30 |
| HSL | 308.11º | 0.2% | 0.63% | - |
| HSV(B) | 308.11º | 0.21% | 0.7% | - |
| XYZ | 35.9 | 31.99 | 44.33 | - |
| YUV | 156.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 174 | 0 | 0.21 | 0.03 | 0.30 | 308.11 | 0.2 | 0.63 |
| Hex | B3 | 8E | AE | 0 | 15 | 3 | 1E | 134 | 14 | 3F |
| Octal | 263 | 216 | 256 | 0 | 25 | 3 | 36 | 464 | 24 | 77 |
| Binary | 10110011 | 10001110 | 10101110 | 0 | 10101 | 11 | 11110 | 100110100 | 10100 | 111111 |
Color Harmonies of #B38EAE
Complementary color
Monochromatic Colors of #B38EAE
Black with #B38EAE
Text Example
Text Example
White with #B38EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38EAE; }
p { color: rgb(179,142,174); }
H1.HeaderClassName
{
color: #B38EAE;
}
.AnyTagClassName
{
color: #B38EAE;
}
</style>
background-color css
<style>
a { background-color: #B38EAE; }
a { background-color: rgb(179,142,174); }
div.DivClassName
{
background-color: #B38EAE;
}
.BgClassName
{
background-color: #B38EAE;
}
</style>
border-color css
<style>
span { border-color: #B38EAE; }
span { border-color: rgb(179,142,174); }
td.TdClassName
{
border-color: #B38EAE;
}
.TagClassName
{
border-color: #B38EAE;
}
</style>