Shades of London Hue #BA93B8
Tints of London Hue #BA93B8
RGB
CMYK
RGB Variations
Color information
#BA93B8 (or 0xBA93B8) is known color: London Hue. HEX triplet: BA, 93 and B8. RGB value is (186,147,184). Sum of RGB (Red+Green+Blue) = 186+147+184=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA93B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93B8 is #456C47. Grayscale: #A2A2A2. Windows color (decimal): -4549704 or 12096442. OLE color: 12096442.
HSL color Cylindrical-coordinate representation of color #BA93B8: hue angle of 303.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA93B8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 147 | 184 | - |
CMYK | 0 | 0.21 | 0.01 | 0.27 |
HSL | 303.08º | 0.22% | 0.65% | - |
HSV(B) | 303.08º | 0.21% | 0.73% | - |
XYZ | 39.34 | 34.77 | 49.98 | - |
YUV | 162.88 | 139.92 | 144.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 147 | 184 | 0 | 0.21 | 0.01 | 0.27 | 303.08 | 0.22 | 0.65 |
Hex | BA | 93 | B8 | 0 | 15 | 1 | 1B | 12F | 16 | 41 |
Octal | 272 | 223 | 270 | 0 | 25 | 1 | 33 | 457 | 26 | 101 |
Binary | 10111010 | 10010011 | 10111000 | 0 | 10101 | 1 | 11011 | 100101111 | 10110 | 1000001 |
Color Harmonies of #BA93B8
Complementary color
Monochromatic Colors of #BA93B8
Black with #BA93B8
Text Example
Text Example
White with #BA93B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93B8; }
p { color: rgb(186,147,184); }
H1.HeaderClassName
{
color: #BA93B8;
}
.AnyTagClassName
{
color: #BA93B8;
}
</style>
background-color css
<style>
a { background-color: #BA93B8; }
a { background-color: rgb(186,147,184); }
div.DivClassName
{
background-color: #BA93B8;
}
.BgClassName
{
background-color: #BA93B8;
}
</style>
border-color css
<style>
span { border-color: #BA93B8; }
span { border-color: rgb(186,147,184); }
td.TdClassName
{
border-color: #BA93B8;
}
.TagClassName
{
border-color: #BA93B8;
}
</style>