Html Css Color HEX #BA7BAE London Hue

📋 copy color: '#BA7BAE'

red 186 ◦ green 123 ◦ blue 174

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

Shades of London Hue #BA7BAE

Tints of London Hue #BA7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.47%

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

R = 38.51%
G = 25.47%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA7BAE (or 0xBA7BAE) is known color: London Hue. HEX triplet: BA, 7B and AE. RGB value is (186,123,174). Sum of RGB (Red+Green+Blue) = 186+123+174=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAE is #458451. Grayscale: #939393. Windows color (decimal): -4555858 or 11434938. OLE color: 11434938.

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

Color convert

RGB 186 123 174 -
CMYK 0 0.34 0.06 0.27
HSL 311.43º 0.31% 0.61% -
HSV(B) 311.43º 0.34% 0.73% -
XYZ 34.97 27.66 43.54 -
YUV 147.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 186 123 174 0 0.34 0.06 0.27 311.43 0.31 0.61
Hex BA 7B AE 0 22 6 1B 137 1F 3D
Octal 272 173 256 0 42 6 33 467 37 75
Binary 10111010 1111011 10101110 0 100010 110 11011 100110111 11111 111101

Color Harmonies of #BA7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BAE

Black with #BA7BAE

Text Example


Text Example

White with #BA7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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