Html Css Color HEX #BA8DBA London Hue

📋 copy color: '#BA8DBA'

red 186 ◦ green 141 ◦ blue 186

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

Shades of London Hue #BA8DBA

Tints of London Hue #BA8DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

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

R = 36.26%
G = 27.49%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA8DBA (or 0xBA8DBA) is known color: London Hue. HEX triplet: BA, 8D and BA. RGB value is (186,141,186). Sum of RGB (Red+Green+Blue) = 186+141+186=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DBA is #457245. Grayscale: #9F9F9F. Windows color (decimal): -4551238 or 12225978. OLE color: 12225978.

HSL color Cylindrical-coordinate representation of color #BA8DBA: 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.24%. Process color model (Four color, CMYK) of #BA8DBA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 186 -
CMYK 0 0.24 0 0.27
HSL 300º 0.25% 0.64% -
HSV(B) 300º 0.24% 0.73% -
XYZ 38.64 33.03 50.79 -
YUV 159.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 186 141 186 0 0.24 0 0.27 300 0.25 0.64
Hex BA 8D BA 0 18 0 1B 12C 19 40
Octal 272 215 272 0 30 0 33 454 31 100
Binary 10111010 10001101 10111010 0 11000 0 11011 100101100 11001 1000000

Color Harmonies of #BA8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DBA

Black with #BA8DBA

Text Example


Text Example

White with #BA8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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