Shades of London Hue #B19DAB
Tints of London Hue #B19DAB
RGB
CMYK
RGB Variations
Color information
#B19DAB (or 0xB19DAB) is known color: London Hue. HEX triplet: B1, 9D and AB. RGB value is (177,157,171). Sum of RGB (Red+Green+Blue) = 177+157+171=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAB is #4E6254. Grayscale: #A4A4A4. Windows color (decimal): -5136981 or 11247025. OLE color: 11247025.
HSL color Cylindrical-coordinate representation of color #B19DAB: hue angle of 318º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19DAB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 157 | 171 | - |
CMYK | 0 | 0.11 | 0.03 | 0.31 |
HSL | 318º | 0.11% | 0.65% | - |
HSV(B) | 318º | 0.11% | 0.69% | - |
XYZ | 37.54 | 36.4 | 43.58 | - |
YUV | 164.58 | 131.63 | 136.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 157 | 171 | 0 | 0.11 | 0.03 | 0.31 | 318 | 0.11 | 0.65 |
Hex | B1 | 9D | AB | 0 | B | 3 | 1F | 13E | B | 41 |
Octal | 261 | 235 | 253 | 0 | 13 | 3 | 37 | 476 | 13 | 101 |
Binary | 10110001 | 10011101 | 10101011 | 0 | 1011 | 11 | 11111 | 100111110 | 1011 | 1000001 |
Color Harmonies of #B19DAB
Complementary color
Monochromatic Colors of #B19DAB
Black with #B19DAB
Text Example
Text Example
White with #B19DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DAB; }
p { color: rgb(177,157,171); }
H1.HeaderClassName
{
color: #B19DAB;
}
.AnyTagClassName
{
color: #B19DAB;
}
</style>
background-color css
<style>
a { background-color: #B19DAB; }
a { background-color: rgb(177,157,171); }
div.DivClassName
{
background-color: #B19DAB;
}
.BgClassName
{
background-color: #B19DAB;
}
</style>
border-color css
<style>
span { border-color: #B19DAB; }
span { border-color: rgb(177,157,171); }
td.TdClassName
{
border-color: #B19DAB;
}
.TagClassName
{
border-color: #B19DAB;
}
</style>