Html Css Color HEX #BA7FAE London Hue

📋 copy color: '#BA7FAE'

red 186 ◦ green 127 ◦ blue 174

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

Shades of London Hue #BA7FAE

Tints of London Hue #BA7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

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

R = 38.19%
G = 26.08%
B = 35.73%

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

#BA7FAE (or 0xBA7FAE) is known color: London Hue. HEX triplet: BA, 7F and AE. RGB value is (186,127,174). Sum of RGB (Red+Green+Blue) = 186+127+174=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FAE is #458051. Grayscale: #959595. Windows color (decimal): -4554834 or 11435962. OLE color: 11435962.

HSL color Cylindrical-coordinate representation of color #BA7FAE: hue angle of 312.2º 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 #BA7FAE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 174 -
CMYK 0 0.32 0.06 0.27
HSL 312.2º 0.3% 0.61% -
HSV(B) 312.2º 0.32% 0.73% -
XYZ 35.48 28.67 43.71 -
YUV 150 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 186 127 174 0 0.32 0.06 0.27 312.2 0.3 0.61
Hex BA 7F AE 0 20 6 1B 138 1E 3D
Octal 272 177 256 0 40 6 33 470 36 75
Binary 10111010 1111111 10101110 0 100000 110 11011 100111000 11110 111101

Color Harmonies of #BA7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FAE

Black with #BA7FAE

Text Example


Text Example

White with #BA7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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