Html Css Color HEX #BA94BA London Hue

📋 copy color: '#BA94BA'

red 186 ◦ green 148 ◦ blue 186

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

Shades of London Hue #BA94BA

Tints of London Hue #BA94BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

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

R = 35.77%
G = 28.46%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA94BA (or 0xBA94BA) is known color: London Hue. HEX triplet: BA, 94 and BA. RGB value is (186,148,186). Sum of RGB (Red+Green+Blue) = 186+148+186=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BA is #456B45. Grayscale: #A3A3A3. Windows color (decimal): -4549446 or 12227770. OLE color: 12227770.

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

Color convert

RGB 186 148 186 -
CMYK 0 0.20 0 0.27
HSL 300º 0.22% 0.65% -
HSV(B) 300º 0.2% 0.73% -
XYZ 39.7 35.16 51.15 -
YUV 163.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 186 148 186 0 0.20 0 0.27 300 0.22 0.65
Hex BA 94 BA 0 14 0 1B 12C 16 41
Octal 272 224 272 0 24 0 33 454 26 101
Binary 10111010 10010100 10111010 0 10100 0 11011 100101100 10110 1000001

Color Harmonies of #BA94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94BA

Black with #BA94BA

Text Example


Text Example

White with #BA94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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