Html Css Color HEX #BA7EAB London Hue

📋 copy color: '#BA7EAB'

red 186 ◦ green 126 ◦ blue 171

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

Shades of London Hue #BA7EAB

Tints of London Hue #BA7EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 38.51%
G = 26.09%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA7EAB (or 0xBA7EAB) is known color: London Hue. HEX triplet: BA, 7E and AB. RGB value is (186,126,171). Sum of RGB (Red+Green+Blue) = 186+126+171=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EAB is #458154. Grayscale: #949494. Windows color (decimal): -4555093 or 11239098. OLE color: 11239098.

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

Color convert

RGB 186 126 171 -
CMYK 0 0.32 0.08 0.27
HSL 315º 0.3% 0.61% -
HSV(B) 315º 0.32% 0.73% -
XYZ 35.06 28.3 42.14 -
YUV 149.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 186 126 171 0 0.32 0.08 0.27 315 0.3 0.61
Hex BA 7E AB 0 20 8 1B 13B 1E 3D
Octal 272 176 253 0 40 10 33 473 36 75
Binary 10111010 1111110 10101011 0 100000 1000 11011 100111011 11110 111101

Color Harmonies of #BA7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EAB

Black with #BA7EAB

Text Example


Text Example

White with #BA7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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