Html Css Color HEX #BA8CBA London Hue

📋 copy color: '#BA8CBA'

red 186 ◦ green 140 ◦ blue 186

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

Shades of London Hue #BA8CBA

Tints of London Hue #BA8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 36.33%
G = 27.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA8CBA (or 0xBA8CBA) is known color: London Hue. HEX triplet: BA, 8C and BA. RGB value is (186,140,186). Sum of RGB (Red+Green+Blue) = 186+140+186=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBA is #457345. Grayscale: #9E9E9E. Windows color (decimal): -4551494 or 12225722. OLE color: 12225722.

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

Color convert

RGB 186 140 186 -
CMYK 0 0.25 0 0.27
HSL 300º 0.25% 0.64% -
HSV(B) 300º 0.25% 0.73% -
XYZ 38.49 32.74 50.75 -
YUV 159 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 186 140 186 0 0.25 0 0.27 300 0.25 0.64
Hex BA 8C BA 0 19 0 1B 12C 19 40
Octal 272 214 272 0 31 0 33 454 31 100
Binary 10111010 10001100 10111010 0 11001 0 11011 100101100 11001 1000000

Color Harmonies of #BA8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CBA

Black with #BA8CBA

Text Example


Text Example

White with #BA8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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