Shades of London Hue #B5A8B3
Tints of London Hue #B5A8B3
RGB
CMYK
RGB Variations
Color information
#B5A8B3 (or 0xB5A8B3) is known color: London Hue. HEX triplet: B5, A8 and B3. RGB value is (181,168,179). Sum of RGB (Red+Green+Blue) = 181+168+179=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8B3 is #4A574C. Grayscale: #ADADAD. Windows color (decimal): -4872013 or 11774133. OLE color: 11774133.
HSL color Cylindrical-coordinate representation of color #B5A8B3: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5A8B3 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 168 | 179 | - |
CMYK | 0 | 0.07 | 0.01 | 0.29 |
HSL | 309.23º | 0.08% | 0.68% | - |
HSV(B) | 309.23º | 0.07% | 0.71% | - |
XYZ | 41.2 | 41.08 | 48.41 | - |
YUV | 173.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 179 | 0 | 0.07 | 0.01 | 0.29 | 309.23 | 0.08 | 0.68 |
Hex | B5 | A8 | B3 | 0 | 7 | 1 | 1D | 135 | 8 | 44 |
Octal | 265 | 250 | 263 | 0 | 7 | 1 | 35 | 465 | 10 | 104 |
Binary | 10110101 | 10101000 | 10110011 | 0 | 111 | 1 | 11101 | 100110101 | 1000 | 1000100 |
Color Harmonies of #B5A8B3
Complementary color
Monochromatic Colors of #B5A8B3
Black with #B5A8B3
Text Example
Text Example
White with #B5A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8B3; }
p { color: rgb(181,168,179); }
H1.HeaderClassName
{
color: #B5A8B3;
}
.AnyTagClassName
{
color: #B5A8B3;
}
</style>
background-color css
<style>
a { background-color: #B5A8B3; }
a { background-color: rgb(181,168,179); }
div.DivClassName
{
background-color: #B5A8B3;
}
.BgClassName
{
background-color: #B5A8B3;
}
</style>
border-color css
<style>
span { border-color: #B5A8B3; }
span { border-color: rgb(181,168,179); }
td.TdClassName
{
border-color: #B5A8B3;
}
.TagClassName
{
border-color: #B5A8B3;
}
</style>