#BA8DB6

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

Shades of London Hue #BA8DB6

Tints of London Hue #BA8DB6

Color information

#BA8DB6 (or 0xBA8DB6) is unknown color: approx London Hue. HEX triplet: BA, 8D and B6. RGB value is (186,141,182). Sum of RGB (Red+Green+Blue) = 186+141+182=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DB6 is #457249. Grayscale: #9F9F9F. Windows color (decimal): -4551242 or 11963834. OLE color: 11963834.

HSL color Cylindrical-coordinate representation of color #BA8DB6: hue angle of 305.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DB6 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186141182-
CMYK00.240.020.27
HSL305.33º24.59%64.12%-
HSV(B)305.33º24.19%72.94%-
XYZ38.2232.8748.59-
YUV159.13140.91147.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=36.54%
G=27.70%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614118200.240.020.27305.3324.5964.12
HexBA8DB601821B1311940
Octal27221526603023346131100
Binary1011101010001101101101100110001011011100110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DB6; }

 p { color: rgb(186,141,182); }

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

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

 a { background-color: rgb(186,141,182); }

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

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

 span { border-color: rgb(186,141,182); }

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