Html Css Color HEX #BA86B2 London Hue

📋 copy color: '#BA86B2'

red 186 ◦ green 134 ◦ blue 178

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

Shades of London Hue #BA86B2

Tints of London Hue #BA86B2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 37.35%
G = 26.91%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA86B2 (or 0xBA86B2) is known color: London Hue. HEX triplet: BA, 86 and B2. RGB value is (186,134,178). Sum of RGB (Red+Green+Blue) = 186+134+178=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA86B2 is #45794D. Grayscale: #9A9A9A. Windows color (decimal): -4553038 or 11699898. OLE color: 11699898.

HSL color Cylindrical-coordinate representation of color #BA86B2: hue angle of 309.23º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA86B2 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 134 178 -
CMYK 0 0.28 0.04 0.27
HSL 309.23º 0.27% 0.63% -
HSV(B) 309.23º 0.28% 0.73% -
XYZ 36.81 30.7 46.11 -
YUV 154.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 186 134 178 0 0.28 0.04 0.27 309.23 0.27 0.63
Hex BA 86 B2 0 1C 4 1B 135 1B 3F
Octal 272 206 262 0 34 4 33 465 33 77
Binary 10111010 10000110 10110010 0 11100 100 11011 100110101 11011 111111

Color Harmonies of #BA86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86B2

Black with #BA86B2

Text Example


Text Example

White with #BA86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86B2; }

 p { color: rgb(186,134,178); }

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

background-color css

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

 a { background-color: rgb(186,134,178); }

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

border-color css

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

 span { border-color: rgb(186,134,178); }

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