Shades of London Hue #B3ADB2
Tints of London Hue #B3ADB2
RGB
CMYK
RGB Variations
Color information
#B3ADB2 (or 0xB3ADB2) is known color: London Hue. HEX triplet: B3, AD and B2. RGB value is (179,173,178). Sum of RGB (Red+Green+Blue) = 179+173+178=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADB2 is #4C524D. Grayscale: #AFAFAF. Windows color (decimal): -5001806 or 11709875. OLE color: 11709875.
HSL color Cylindrical-coordinate representation of color #B3ADB2: hue angle of 310º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B3ADB2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 173 | 178 | - |
CMYK | 0 | 0.03 | 0.01 | 0.30 |
HSL | 310º | 0.04% | 0.69% | - |
HSV(B) | 310º | 0.03% | 0.7% | - |
XYZ | 41.57 | 42.69 | 48.17 | - |
YUV | 175.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 173 | 178 | 0 | 0.03 | 0.01 | 0.30 | 310 | 0.04 | 0.69 |
Hex | B3 | AD | B2 | 0 | 3 | 1 | 1E | 136 | 4 | 45 |
Octal | 263 | 255 | 262 | 0 | 3 | 1 | 36 | 466 | 4 | 105 |
Binary | 10110011 | 10101101 | 10110010 | 0 | 11 | 1 | 11110 | 100110110 | 100 | 1000101 |
Color Harmonies of #B3ADB2
Complementary color
Monochromatic Colors of #B3ADB2
Black with #B3ADB2
Text Example
Text Example
White with #B3ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADB2; }
p { color: rgb(179,173,178); }
H1.HeaderClassName
{
color: #B3ADB2;
}
.AnyTagClassName
{
color: #B3ADB2;
}
</style>
background-color css
<style>
a { background-color: #B3ADB2; }
a { background-color: rgb(179,173,178); }
div.DivClassName
{
background-color: #B3ADB2;
}
.BgClassName
{
background-color: #B3ADB2;
}
</style>
border-color css
<style>
span { border-color: #B3ADB2; }
span { border-color: rgb(179,173,178); }
td.TdClassName
{
border-color: #B3ADB2;
}
.TagClassName
{
border-color: #B3ADB2;
}
</style>