Html Css Color HEX #BA89BE London Hue

📋 copy color: '#BA89BE'

red 186 ◦ green 137 ◦ blue 190

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

Shades of London Hue #BA89BE

Tints of London Hue #BA89BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.71%

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

R = 36.26%
G = 26.71%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA89BE (or 0xBA89BE) is known color: London Hue. HEX triplet: BA, 89 and BE. RGB value is (186,137,190). Sum of RGB (Red+Green+Blue) = 186+137+190=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89BE is #457641. Grayscale: #9D9D9D. Windows color (decimal): -4552258 or 12487098. OLE color: 12487098.

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

Color convert

RGB 186 137 190 -
CMYK 0.02 0.28 0 0.25
HSL 295.47º 0.29% 0.64% -
HSV(B) 295.47º 0.28% 0.75% -
XYZ 38.49 32.05 52.87 -
YUV 157.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 186 137 190 0.02 0.28 0 0.25 295.47 0.29 0.64
Hex BA 89 BE 2 1C 0 19 127 1D 40
Octal 272 211 276 2 34 0 31 447 35 100
Binary 10111010 10001001 10111110 10 11100 0 11001 100100111 11101 1000000

Color Harmonies of #BA89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89BE

Black with #BA89BE

Text Example


Text Example

White with #BA89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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