Html Css Color HEX #BA7EAF London Hue

📋 copy color: '#BA7EAF'

red 186 ◦ green 126 ◦ blue 175

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

Shades of London Hue #BA7EAF

Tints of London Hue #BA7EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 38.19%
G = 25.87%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA7EAF (or 0xBA7EAF) is known color: London Hue. HEX triplet: BA, 7E and AF. RGB value is (186,126,175). Sum of RGB (Red+Green+Blue) = 186+126+175=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EAF is #458150. Grayscale: #959595. Windows color (decimal): -4555089 or 11501242. OLE color: 11501242.

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

Color convert

RGB 186 126 175 -
CMYK 0 0.32 0.06 0.27
HSL 311º 0.3% 0.61% -
HSV(B) 311º 0.32% 0.73% -
XYZ 35.45 28.46 44.18 -
YUV 149.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 186 126 175 0 0.32 0.06 0.27 311 0.3 0.61
Hex BA 7E AF 0 20 6 1B 137 1E 3D
Octal 272 176 257 0 40 6 33 467 36 75
Binary 10111010 1111110 10101111 0 100000 110 11011 100110111 11110 111101

Color Harmonies of #BA7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EAF

Black with #BA7EAF

Text Example


Text Example

White with #BA7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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