Shades of London Hue #B296B5
Tints of London Hue #B296B5
RGB
CMYK
RGB Variations
Color information
#B296B5 (or 0xB296B5) is known color: London Hue. HEX triplet: B2, 96 and B5. RGB value is (178,150,181). Sum of RGB (Red+Green+Blue) = 178+150+181=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 181 - color contains mainly: blue. Hex color #B296B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296B5 is #4D694A. Grayscale: #A1A1A1. Windows color (decimal): -5073227 or 11900594. OLE color: 11900594.
HSL color Cylindrical-coordinate representation of color #B296B5: hue angle of 294.19º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B296B5 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 150 | 181 | - |
CMYK | 0.02 | 0.17 | 0 | 0.29 |
HSL | 294.19º | 0.17% | 0.65% | - |
HSV(B) | 294.19º | 0.17% | 0.71% | - |
XYZ | 37.61 | 34.61 | 48.42 | - |
YUV | 161.91 | 138.78 | 139.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 150 | 181 | 0.02 | 0.17 | 0 | 0.29 | 294.19 | 0.17 | 0.65 |
Hex | B2 | 96 | B5 | 2 | 11 | 0 | 1D | 126 | 11 | 41 |
Octal | 262 | 226 | 265 | 2 | 21 | 0 | 35 | 446 | 21 | 101 |
Binary | 10110010 | 10010110 | 10110101 | 10 | 10001 | 0 | 11101 | 100100110 | 10001 | 1000001 |
Color Harmonies of #B296B5
Complementary color
Monochromatic Colors of #B296B5
Black with #B296B5
Text Example
Text Example
White with #B296B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B296B5; }
p { color: rgb(178,150,181); }
H1.HeaderClassName
{
color: #B296B5;
}
.AnyTagClassName
{
color: #B296B5;
}
</style>
background-color css
<style>
a { background-color: #B296B5; }
a { background-color: rgb(178,150,181); }
div.DivClassName
{
background-color: #B296B5;
}
.BgClassName
{
background-color: #B296B5;
}
</style>
border-color css
<style>
span { border-color: #B296B5; }
span { border-color: rgb(178,150,181); }
td.TdClassName
{
border-color: #B296B5;
}
.TagClassName
{
border-color: #B296B5;
}
</style>