Html Css Color HEX #BA7AB0 London Hue

📋 copy color: '#BA7AB0'

red 186 ◦ green 122 ◦ blue 176

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

Shades of London Hue #BA7AB0

Tints of London Hue #BA7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 38.43%
G = 25.21%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA7AB0 (or 0xBA7AB0) is known color: London Hue. HEX triplet: BA, 7A and B0. RGB value is (186,122,176). Sum of RGB (Red+Green+Blue) = 186+122+176=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AB0 is #45854F. Grayscale: #939393. Windows color (decimal): -4556112 or 11565754. OLE color: 11565754.

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

Color convert

RGB 186 122 176 -
CMYK 0 0.34 0.05 0.27
HSL 309.38º 0.32% 0.6% -
HSV(B) 309.38º 0.34% 0.73% -
XYZ 35.05 27.49 44.53 -
YUV 147.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 186 122 176 0 0.34 0.05 0.27 309.38 0.32 0.6
Hex BA 7A B0 0 22 5 1B 135 20 3C
Octal 272 172 260 0 42 5 33 465 40 74
Binary 10111010 1111010 10110000 0 100010 101 11011 100110101 100000 111100

Color Harmonies of #BA7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AB0

Black with #BA7AB0

Text Example


Text Example

White with #BA7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AB0; }

 p { color: rgb(186,122,176); }

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

background-color css

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

 a { background-color: rgb(186,122,176); }

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

border-color css

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

 span { border-color: rgb(186,122,176); }

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