Shades of London Hue #B3A5B2
Tints of London Hue #B3A5B2
RGB
CMYK
RGB Variations
Color information
#B3A5B2 (or 0xB3A5B2) is known color: London Hue. HEX triplet: B3, A5 and B2. RGB value is (179,165,178). Sum of RGB (Red+Green+Blue) = 179+165+178=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A5B2 is #4C5A4D. Grayscale: #AAAAAA. Windows color (decimal): -5003854 or 11707827. OLE color: 11707827.
HSL color Cylindrical-coordinate representation of color #B3A5B2: hue angle of 304.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3A5B2 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 178 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.30 |
| HSL | 304.29º | 0.08% | 0.67% | - |
| HSV(B) | 304.29º | 0.08% | 0.7% | - |
| XYZ | 40.08 | 39.71 | 47.67 | - |
| YUV | 170.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 178 | 0 | 0.08 | 0.01 | 0.30 | 304.29 | 0.08 | 0.67 |
| Hex | B3 | A5 | B2 | 0 | 8 | 1 | 1E | 130 | 8 | 43 |
| Octal | 263 | 245 | 262 | 0 | 10 | 1 | 36 | 460 | 10 | 103 |
| Binary | 10110011 | 10100101 | 10110010 | 0 | 1000 | 1 | 11110 | 100110000 | 1000 | 1000011 |
Color Harmonies of #B3A5B2
Complementary color
Monochromatic Colors of #B3A5B2
Black with #B3A5B2
Text Example
Text Example
White with #B3A5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5B2; }
p { color: rgb(179,165,178); }
H1.HeaderClassName
{
color: #B3A5B2;
}
.AnyTagClassName
{
color: #B3A5B2;
}
</style>
background-color css
<style>
a { background-color: #B3A5B2; }
a { background-color: rgb(179,165,178); }
div.DivClassName
{
background-color: #B3A5B2;
}
.BgClassName
{
background-color: #B3A5B2;
}
</style>
border-color css
<style>
span { border-color: #B3A5B2; }
span { border-color: rgb(179,165,178); }
td.TdClassName
{
border-color: #B3A5B2;
}
.TagClassName
{
border-color: #B3A5B2;
}
</style>