#BA85B4

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

Shades of London Hue #BA85B4

Tints of London Hue #BA85B4

Color information

#BA85B4 (or 0xBA85B4) is unknown color: approx London Hue. HEX triplet: BA, 85 and B4. RGB value is (186,133,180). Sum of RGB (Red+Green+Blue) = 186+133+180=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85B4 is #457A4B. Grayscale: #9A9A9A. Windows color (decimal): -4553292 or 11830714. OLE color: 11830714.

HSL color Cylindrical-coordinate representation of color #BA85B4: hue angle of 306.79º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA85B4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186133180-
CMYK00.280.030.27
HSL306.79º27.75%62.55%-
HSV(B)306.79º28.49%72.94%-
XYZ36.8830.5147.13-
YUV154.21142.56150.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=37.27%
G=26.65%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613318000.280.030.27306.7927.7562.55
HexBA85B401C31B1331c3f
Octal2722052640343334633477
Binary101110101000010110110100011100111101110011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85B4; }

 p { color: rgb(186,133,180); }

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

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

 a { background-color: rgb(186,133,180); }

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

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

 span { border-color: rgb(186,133,180); }

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