Html Css Color HEX #BA7EBC London Hue

📋 copy color: '#BA7EBC'

red 186 ◦ green 126 ◦ blue 188

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

Shades of London Hue #BA7EBC

Tints of London Hue #BA7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 37.2%
G = 25.2%
B = 37.6%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA7EBC (or 0xBA7EBC) is known color: London Hue. HEX triplet: BA, 7E and BC. RGB value is (186,126,188). Sum of RGB (Red+Green+Blue) = 186+126+188=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EBC is #458143. Grayscale: #969696. Windows color (decimal): -4555076 or 12353210. OLE color: 12353210.

HSL color Cylindrical-coordinate representation of color #BA7EBC: hue angle of 298.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7EBC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 126 188 -
CMYK 0.01 0.33 0 0.26
HSL 298.06º 0.32% 0.62% -
HSV(B) 298.06º 0.33% 0.74% -
XYZ 36.79 28.99 51.23 -
YUV 151.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 186 126 188 0.01 0.33 0 0.26 298.06 0.32 0.62
Hex BA 7E BC 1 21 0 1A 12A 20 3E
Octal 272 176 274 1 41 0 32 452 40 76
Binary 10111010 1111110 10111100 1 100001 0 11010 100101010 100000 111110

Color Harmonies of #BA7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EBC

Black with #BA7EBC

Text Example


Text Example

White with #BA7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EBC; }

 p { color: rgb(186,126,188); }

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

background-color css

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

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

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

border-color css

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

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

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