Html Css Color HEX #BA8BAD London Hue

📋 copy color: '#BA8BAD'

red 186 ◦ green 139 ◦ blue 173

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

Shades of London Hue #BA8BAD

Tints of London Hue #BA8BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 37.35%
G = 27.91%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA8BAD (or 0xBA8BAD) is known color: London Hue. HEX triplet: BA, 8B and AD. RGB value is (186,139,173). Sum of RGB (Red+Green+Blue) = 186+139+173=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAD is #457452. Grayscale: #9C9C9C. Windows color (decimal): -4551763 or 11373498. OLE color: 11373498.

HSL color Cylindrical-coordinate representation of color #BA8BAD: hue angle of 316.6º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8BAD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 173 -
CMYK 0 0.25 0.07 0.27
HSL 316.6º 0.25% 0.64% -
HSV(B) 316.6º 0.25% 0.73% -
XYZ 37.03 31.92 43.75 -
YUV 156.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 186 139 173 0 0.25 0.07 0.27 316.6 0.25 0.64
Hex BA 8B AD 0 19 7 1B 13D 19 40
Octal 272 213 255 0 31 7 33 475 31 100
Binary 10111010 10001011 10101101 0 11001 111 11011 100111101 11001 1000000

Color Harmonies of #BA8BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BAD

Black with #BA8BAD

Text Example


Text Example

White with #BA8BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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