Html Css Color HEX #BA93BA London Hue

📋 copy color: '#BA93BA'

red 186 ◦ green 147 ◦ blue 186

#BA93BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BA93BA

Tints of London Hue #BA93BA

RGB

 RED value IS 186 (73.05% from 255) = 35.84%

 GREEN value IS 147 (57.81% from 255) = 28.32%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 35.84%
G = 28.32%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA93BA (or 0xBA93BA) is known color: London Hue. HEX triplet: BA, 93 and BA. RGB value is (186,147,186). Sum of RGB (Red+Green+Blue) = 186+147+186=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BA is #456C45. Grayscale: #A2A2A2. Windows color (decimal): -4549702 or 12227514. OLE color: 12227514.

HSL color Cylindrical-coordinate representation of color #BA93BA: hue angle of 300º 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 #BA93BA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 186 -
CMYK 0 0.21 0 0.27
HSL 300º 0.22% 0.65% -
HSV(B) 300º 0.21% 0.73% -
XYZ 39.55 34.85 51.1 -
YUV 163.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 186 147 186 0 0.21 0 0.27 300 0.22 0.65
Hex BA 93 BA 0 15 0 1B 12C 16 41
Octal 272 223 272 0 25 0 33 454 26 101
Binary 10111010 10010011 10111010 0 10101 0 11011 100101100 10110 1000001

Color Harmonies of #BA93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93BA

Black with #BA93BA

Text Example


Text Example

White with #BA93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93BA; }

 p { color: rgb(186,147,186); }

 H1.HeaderClassName
 {
   color: #BA93BA;
 }
 .AnyTagClassName
 {
   color: #BA93BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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