Html Css Color HEX #BA8BBE London Hue

📋 copy color: '#BA8BBE'

red 186 ◦ green 139 ◦ blue 190

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

Shades of London Hue #BA8BBE

Tints of London Hue #BA8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.99%

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

R = 36.12%
G = 26.99%
B = 36.89%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA8BBE (or 0xBA8BBE) is known color: London Hue. HEX triplet: BA, 8B and BE. RGB value is (186,139,190). Sum of RGB (Red+Green+Blue) = 186+139+190=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BBE is #457441. Grayscale: #9E9E9E. Windows color (decimal): -4551746 or 12487610. OLE color: 12487610.

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

Color convert

RGB 186 139 190 -
CMYK 0.02 0.27 0 0.25
HSL 295.29º 0.28% 0.65% -
HSV(B) 295.29º 0.27% 0.75% -
XYZ 38.78 32.62 52.97 -
YUV 158.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 186 139 190 0.02 0.27 0 0.25 295.29 0.28 0.65
Hex BA 8B BE 2 1B 0 19 127 1C 41
Octal 272 213 276 2 33 0 31 447 34 101
Binary 10111010 10001011 10111110 10 11011 0 11001 100100111 11100 1000001

Color Harmonies of #BA8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BBE

Black with #BA8BBE

Text Example


Text Example

White with #BA8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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