Html Css Color HEX #BA84BC London Hue

📋 copy color: '#BA84BC'

red 186 ◦ green 132 ◦ blue 188

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

Shades of London Hue #BA84BC

Tints of London Hue #BA84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 36.76%
G = 26.09%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA84BC (or 0xBA84BC) is known color: London Hue. HEX triplet: BA, 84 and BC. RGB value is (186,132,188). Sum of RGB (Red+Green+Blue) = 186+132+188=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BC is #457B43. Grayscale: #9A9A9A. Windows color (decimal): -4553540 or 12354746. OLE color: 12354746.

HSL color Cylindrical-coordinate representation of color #BA84BC: hue angle of 297.86º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA84BC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 132 188 -
CMYK 0.01 0.30 0 0.26
HSL 297.86º 0.29% 0.63% -
HSV(B) 297.86º 0.3% 0.74% -
XYZ 37.58 30.57 51.5 -
YUV 154.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 186 132 188 0.01 0.30 0 0.26 297.86 0.29 0.63
Hex BA 84 BC 1 1E 0 1A 12A 1D 3F
Octal 272 204 274 1 36 0 32 452 35 77
Binary 10111010 10000100 10111100 1 11110 0 11010 100101010 11101 111111

Color Harmonies of #BA84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84BC

Black with #BA84BC

Text Example


Text Example

White with #BA84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84BC; }

 p { color: rgb(186,132,188); }

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

background-color css

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

 a { background-color: rgb(186,132,188); }

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

border-color css

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

 span { border-color: rgb(186,132,188); }

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