#BA7DBC

Color #BA7DBC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA7DBC

Tints of London Hue #BA7DBC

Color information

#BA7DBC (or 0xBA7DBC) is unknown color: approx London Hue. HEX triplet: BA, 7D and BC. RGB value is (186,125,188). Sum of RGB (Red+Green+Blue) = 186+125+188=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBC is #458243. Grayscale: #969696. Windows color (decimal): -4555332 or 12352954. OLE color: 12352954.

HSL color Cylindrical-coordinate representation of color #BA7DBC: hue angle of 298.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7DBC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186125188-
CMYK0.010.3400.26
HSL298.1º31.98%61.37%-
HSV(B)298.1º33.51%73.73%-
XYZ36.6628.7451.19-
YUV150.42149.21153.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=37.27%
G=25.05%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861251880.010.3400.26298.131.9861.37
HexBA7DBC12201A12a203d
Octal2721752741420324524075
Binary101110101111101101111001100010011010100101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DBC; }

 p { color: rgb(186,125,188); }

 H1.HeaderClassName
 {
   color: #BA7DBC;
 }
 .AnyTagClassName
 {
   color: #BA7DBC;
 }
</style>
background-color css

<style>
 a { background-color: #BA7DBC; }

 a { background-color: rgb(186,125,188); }

 div.DivClassName
 {
   background-color: #BA7DBC;
 }
 .BgClassName
 {
   background-color: #BA7DBC;
 }
</style>
border-color css

<style>
 span { border-color: #BA7DBC; }

 span { border-color: rgb(186,125,188); }

 td.TdClassName
 {
   border-color: #BA7DBC;
 }
 .TagClassName
 {
   border-color: #BA7DBC;
 }
</style>