Shades of London Hue #B6A2B2
Tints of London Hue #B6A2B2
RGB
CMYK
RGB Variations
Color information
#B6A2B2 (or 0xB6A2B2) is known color: London Hue. HEX triplet: B6, A2 and B2. RGB value is (182,162,178). Sum of RGB (Red+Green+Blue) = 182+162+178=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A2B2 is #495D4D. Grayscale: #A9A9A9. Windows color (decimal): -4808014 or 11707062. OLE color: 11707062.
HSL color Cylindrical-coordinate representation of color #B6A2B2: hue angle of 312º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 162 | 178 | - |
CMYK | 0 | 0.11 | 0.02 | 0.29 |
HSL | 312º | 0.12% | 0.67% | - |
HSV(B) | 312º | 0.11% | 0.71% | - |
XYZ | 40.25 | 39 | 47.53 | - |
YUV | 169.8 | 132.63 | 136.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 162 | 178 | 0 | 0.11 | 0.02 | 0.29 | 312 | 0.12 | 0.67 |
Hex | B6 | A2 | B2 | 0 | B | 2 | 1D | 138 | C | 43 |
Octal | 266 | 242 | 262 | 0 | 13 | 2 | 35 | 470 | 14 | 103 |
Binary | 10110110 | 10100010 | 10110010 | 0 | 1011 | 10 | 11101 | 100111000 | 1100 | 1000011 |
Color Harmonies of #B6A2B2
Complementary color
Monochromatic Colors of #B6A2B2
Black with #B6A2B2
Text Example
Text Example
White with #B6A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A2B2; }
p { color: rgb(182,162,178); }
H1.HeaderClassName
{
color: #B6A2B2;
}
.AnyTagClassName
{
color: #B6A2B2;
}
</style>
background-color css
<style>
a { background-color: #B6A2B2; }
a { background-color: rgb(182,162,178); }
div.DivClassName
{
background-color: #B6A2B2;
}
.BgClassName
{
background-color: #B6A2B2;
}
</style>
border-color css
<style>
span { border-color: #B6A2B2; }
span { border-color: rgb(182,162,178); }
td.TdClassName
{
border-color: #B6A2B2;
}
.TagClassName
{
border-color: #B6A2B2;
}
</style>