Html Css Color HEX #BA87BE London Hue

📋 copy color: '#BA87BE'

red 186 ◦ green 135 ◦ blue 190

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

Shades of London Hue #BA87BE

Tints of London Hue #BA87BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.42%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 36.4%
G = 26.42%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA87BE (or 0xBA87BE) is known color: London Hue. HEX triplet: BA, 87 and BE. RGB value is (186,135,190). Sum of RGB (Red+Green+Blue) = 186+135+190=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BE is #457841. Grayscale: #9C9C9C. Windows color (decimal): -4552770 or 12486586. OLE color: 12486586.

HSL color Cylindrical-coordinate representation of color #BA87BE: hue angle of 295.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA87BE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 135 190 -
CMYK 0.02 0.29 0 0.25
HSL 295.64º 0.3% 0.64% -
HSV(B) 295.64º 0.29% 0.75% -
XYZ 38.21 31.48 52.78 -
YUV 156.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 186 135 190 0.02 0.29 0 0.25 295.64 0.3 0.64
Hex BA 87 BE 2 1D 0 19 128 1E 40
Octal 272 207 276 2 35 0 31 450 36 100
Binary 10111010 10000111 10111110 10 11101 0 11001 100101000 11110 1000000

Color Harmonies of #BA87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87BE

Black with #BA87BE

Text Example


Text Example

White with #BA87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87BE; }

 p { color: rgb(186,135,190); }

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

background-color css

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

 a { background-color: rgb(186,135,190); }

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

border-color css

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

 span { border-color: rgb(186,135,190); }

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