Shades of London Hue #B692B4
Tints of London Hue #B692B4
RGB
CMYK
RGB Variations
Color information
#B692B4 (or 0xB692B4) is known color: London Hue. HEX triplet: B6, 92 and B4. RGB value is (182,146,180). Sum of RGB (Red+Green+Blue) = 182+146+180=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B692B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692B4 is #496D4B. Grayscale: #A0A0A0. Windows color (decimal): -4812108 or 11834038. OLE color: 11834038.
HSL color Cylindrical-coordinate representation of color #B692B4: hue angle of 303.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B692B4 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 180 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.29 |
| HSL | 303.33º | 0.2% | 0.64% | - |
| HSV(B) | 303.33º | 0.2% | 0.71% | - |
| XYZ | 37.81 | 33.8 | 47.71 | - |
| YUV | 160.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 180 | 0 | 0.20 | 0.01 | 0.29 | 303.33 | 0.2 | 0.64 |
| Hex | B6 | 92 | B4 | 0 | 14 | 1 | 1D | 12F | 14 | 40 |
| Octal | 266 | 222 | 264 | 0 | 24 | 1 | 35 | 457 | 24 | 100 |
| Binary | 10110110 | 10010010 | 10110100 | 0 | 10100 | 1 | 11101 | 100101111 | 10100 | 1000000 |
Color Harmonies of #B692B4
Complementary color
Monochromatic Colors of #B692B4
Black with #B692B4
Text Example
Text Example
White with #B692B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692B4; }
p { color: rgb(182,146,180); }
H1.HeaderClassName
{
color: #B692B4;
}
.AnyTagClassName
{
color: #B692B4;
}
</style>
background-color css
<style>
a { background-color: #B692B4; }
a { background-color: rgb(182,146,180); }
div.DivClassName
{
background-color: #B692B4;
}
.BgClassName
{
background-color: #B692B4;
}
</style>
border-color css
<style>
span { border-color: #B692B4; }
span { border-color: rgb(182,146,180); }
td.TdClassName
{
border-color: #B692B4;
}
.TagClassName
{
border-color: #B692B4;
}
</style>