Html Css Color HEX #BA8ABA London Hue

📋 copy color: '#BA8ABA'

red 186 ◦ green 138 ◦ blue 186

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

Shades of London Hue #BA8ABA

Tints of London Hue #BA8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

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

R = 36.47%
G = 27.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA8ABA (or 0xBA8ABA) is known color: London Hue. HEX triplet: BA, 8A and BA. RGB value is (186,138,186). Sum of RGB (Red+Green+Blue) = 186+138+186=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABA is #457545. Grayscale: #9D9D9D. Windows color (decimal): -4552006 or 12225210. OLE color: 12225210.

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

Color convert

RGB 186 138 186 -
CMYK 0 0.26 0 0.27
HSL 300º 0.26% 0.64% -
HSV(B) 300º 0.26% 0.73% -
XYZ 38.2 32.16 50.65 -
YUV 157.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 186 138 186 0 0.26 0 0.27 300 0.26 0.64
Hex BA 8A BA 0 1A 0 1B 12C 1A 40
Octal 272 212 272 0 32 0 33 454 32 100
Binary 10111010 10001010 10111010 0 11010 0 11011 100101100 11010 1000000

Color Harmonies of #BA8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ABA

Black with #BA8ABA

Text Example


Text Example

White with #BA8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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