Html Css Color HEX #BA89BD London Hue

📋 copy color: '#BA89BD'

red 186 ◦ green 137 ◦ blue 189

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

Shades of London Hue #BA89BD

Tints of London Hue #BA89BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 36.33%
G = 26.76%
B = 36.91%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA89BD (or 0xBA89BD) is known color: London Hue. HEX triplet: BA, 89 and BD. RGB value is (186,137,189). Sum of RGB (Red+Green+Blue) = 186+137+189=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89BD is #457642. Grayscale: #9D9D9D. Windows color (decimal): -4552259 or 12421562. OLE color: 12421562.

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

Color convert

RGB 186 137 189 -
CMYK 0.02 0.28 0 0.26
HSL 296.54º 0.28% 0.64% -
HSV(B) 296.54º 0.28% 0.74% -
XYZ 38.38 32 52.3 -
YUV 157.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 186 137 189 0.02 0.28 0 0.26 296.54 0.28 0.64
Hex BA 89 BD 2 1C 0 1A 129 1C 40
Octal 272 211 275 2 34 0 32 451 34 100
Binary 10111010 10001001 10111101 10 11100 0 11010 100101001 11100 1000000

Color Harmonies of #BA89BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89BD

Black with #BA89BD

Text Example


Text Example

White with #BA89BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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