Html Css Color HEX #BA8BAF London Hue

📋 copy color: '#BA8BAF'

red 186 ◦ green 139 ◦ blue 175

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

Shades of London Hue #BA8BAF

Tints of London Hue #BA8BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 37.2%
G = 27.8%
B = 35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA8BAF (or 0xBA8BAF) is known color: London Hue. HEX triplet: BA, 8B and AF. RGB value is (186,139,175). Sum of RGB (Red+Green+Blue) = 186+139+175=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAF is #457450. Grayscale: #9D9D9D. Windows color (decimal): -4551761 or 11504570. OLE color: 11504570.

HSL color Cylindrical-coordinate representation of color #BA8BAF: hue angle of 314.04º 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 #BA8BAF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 175 -
CMYK 0 0.25 0.06 0.27
HSL 314.04º 0.25% 0.64% -
HSV(B) 314.04º 0.25% 0.73% -
XYZ 37.22 32 44.77 -
YUV 157.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 186 139 175 0 0.25 0.06 0.27 314.04 0.25 0.64
Hex BA 8B AF 0 19 6 1B 13A 19 40
Octal 272 213 257 0 31 6 33 472 31 100
Binary 10111010 10001011 10101111 0 11001 110 11011 100111010 11001 1000000

Color Harmonies of #BA8BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BAF

Black with #BA8BAF

Text Example


Text Example

White with #BA8BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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