Shades of London Hue #B693B4
Tints of London Hue #B693B4
RGB
CMYK
RGB Variations
Color information
#B693B4 (or 0xB693B4) is known color: London Hue. HEX triplet: B6, 93 and B4. RGB value is (182,147,180). Sum of RGB (Red+Green+Blue) = 182+147+180=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B693B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693B4 is #496C4B. Grayscale: #A1A1A1. Windows color (decimal): -4811852 or 11834294. OLE color: 11834294.
HSL color Cylindrical-coordinate representation of color #B693B4: hue angle of 303.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B693B4 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 180 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.29 |
| HSL | 303.43º | 0.19% | 0.65% | - |
| HSV(B) | 303.43º | 0.19% | 0.71% | - |
| XYZ | 37.96 | 34.11 | 47.76 | - |
| YUV | 161.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 180 | 0 | 0.19 | 0.01 | 0.29 | 303.43 | 0.19 | 0.65 |
| Hex | B6 | 93 | B4 | 0 | 13 | 1 | 1D | 12F | 13 | 41 |
| Octal | 266 | 223 | 264 | 0 | 23 | 1 | 35 | 457 | 23 | 101 |
| Binary | 10110110 | 10010011 | 10110100 | 0 | 10011 | 1 | 11101 | 100101111 | 10011 | 1000001 |
Color Harmonies of #B693B4
Complementary color
Monochromatic Colors of #B693B4
Black with #B693B4
Text Example
Text Example
White with #B693B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B693B4; }
p { color: rgb(182,147,180); }
H1.HeaderClassName
{
color: #B693B4;
}
.AnyTagClassName
{
color: #B693B4;
}
</style>
background-color css
<style>
a { background-color: #B693B4; }
a { background-color: rgb(182,147,180); }
div.DivClassName
{
background-color: #B693B4;
}
.BgClassName
{
background-color: #B693B4;
}
</style>
border-color css
<style>
span { border-color: #B693B4; }
span { border-color: rgb(182,147,180); }
td.TdClassName
{
border-color: #B693B4;
}
.TagClassName
{
border-color: #B693B4;
}
</style>