Html Css Color HEX #BA8CAC London Hue

📋 copy color: '#BA8CAC'

red 186 ◦ green 140 ◦ blue 172

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

Shades of London Hue #BA8CAC

Tints of London Hue #BA8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 37.35%
G = 28.11%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA8CAC (or 0xBA8CAC) is known color: London Hue. HEX triplet: BA, 8C and AC. RGB value is (186,140,172). Sum of RGB (Red+Green+Blue) = 186+140+172=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAC is #457353. Grayscale: #9D9D9D. Windows color (decimal): -4551508 or 11308218. OLE color: 11308218.

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

Color convert

RGB 186 140 172 -
CMYK 0 0.25 0.08 0.27
HSL 318.26º 0.25% 0.64% -
HSV(B) 318.26º 0.25% 0.73% -
XYZ 37.07 32.17 43.29 -
YUV 157.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 186 140 172 0 0.25 0.08 0.27 318.26 0.25 0.64
Hex BA 8C AC 0 19 8 1B 13E 19 40
Octal 272 214 254 0 31 10 33 476 31 100
Binary 10111010 10001100 10101100 0 11001 1000 11011 100111110 11001 1000000

Color Harmonies of #BA8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CAC

Black with #BA8CAC

Text Example


Text Example

White with #BA8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CAC; }

 p { color: rgb(186,140,172); }

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

background-color css

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

 a { background-color: rgb(186,140,172); }

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

border-color css

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

 span { border-color: rgb(186,140,172); }

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