Html Css Color HEX #BA7CAE London Hue

📋 copy color: '#BA7CAE'

red 186 ◦ green 124 ◦ blue 174

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

Shades of London Hue #BA7CAE

Tints of London Hue #BA7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 38.43%
G = 25.62%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA7CAE (or 0xBA7CAE) is known color: London Hue. HEX triplet: BA, 7C and AE. RGB value is (186,124,174). Sum of RGB (Red+Green+Blue) = 186+124+174=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7CAE is #458351. Grayscale: #949494. Windows color (decimal): -4555602 or 11435194. OLE color: 11435194.

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

Color convert

RGB 186 124 174 -
CMYK 0 0.33 0.06 0.27
HSL 311.61º 0.31% 0.61% -
HSV(B) 311.61º 0.33% 0.73% -
XYZ 35.1 27.91 43.58 -
YUV 148.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 186 124 174 0 0.33 0.06 0.27 311.61 0.31 0.61
Hex BA 7C AE 0 21 6 1B 138 1F 3D
Octal 272 174 256 0 41 6 33 470 37 75
Binary 10111010 1111100 10101110 0 100001 110 11011 100111000 11111 111101

Color Harmonies of #BA7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CAE

Black with #BA7CAE

Text Example


Text Example

White with #BA7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CAE; }

 p { color: rgb(186,124,174); }

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

background-color css

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

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

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

border-color css

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

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

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