Html Css Color HEX #BA92BA London Hue

📋 copy color: '#BA92BA'

red 186 ◦ green 146 ◦ blue 186

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

Shades of London Hue #BA92BA

Tints of London Hue #BA92BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

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

R = 35.91%
G = 28.19%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA92BA (or 0xBA92BA) is known color: London Hue. HEX triplet: BA, 92 and BA. RGB value is (186,146,186). Sum of RGB (Red+Green+Blue) = 186+146+186=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BA is #456D45. Grayscale: #A2A2A2. Windows color (decimal): -4549958 or 12227258. OLE color: 12227258.

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

Color convert

RGB 186 146 186 -
CMYK 0 0.22 0 0.27
HSL 300º 0.22% 0.65% -
HSV(B) 300º 0.22% 0.73% -
XYZ 39.39 34.54 51.05 -
YUV 162.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 186 146 186 0 0.22 0 0.27 300 0.22 0.65
Hex BA 92 BA 0 16 0 1B 12C 16 41
Octal 272 222 272 0 26 0 33 454 26 101
Binary 10111010 10010010 10111010 0 10110 0 11011 100101100 10110 1000001

Color Harmonies of #BA92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BA

Black with #BA92BA

Text Example


Text Example

White with #BA92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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