Html Css Color HEX #BA8DAE London Hue

📋 copy color: '#BA8DAE'

red 186 ◦ green 141 ◦ blue 174

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

Shades of London Hue #BA8DAE

Tints of London Hue #BA8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.14%

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 37.13%
G = 28.14%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA8DAE (or 0xBA8DAE) is known color: London Hue. HEX triplet: BA, 8D and AE. RGB value is (186,141,174). Sum of RGB (Red+Green+Blue) = 186+141+174=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DAE is #457251. Grayscale: #9E9E9E. Windows color (decimal): -4551250 or 11439546. OLE color: 11439546.

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

Color convert

RGB 186 141 174 -
CMYK 0 0.24 0.06 0.27
HSL 316º 0.25% 0.64% -
HSV(B) 316º 0.24% 0.73% -
XYZ 37.41 32.54 44.35 -
YUV 158.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 186 141 174 0 0.24 0.06 0.27 316 0.25 0.64
Hex BA 8D AE 0 18 6 1B 13C 19 40
Octal 272 215 256 0 30 6 33 474 31 100
Binary 10111010 10001101 10101110 0 11000 110 11011 100111100 11001 1000000

Color Harmonies of #BA8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DAE

Black with #BA8DAE

Text Example


Text Example

White with #BA8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DAE; }

 p { color: rgb(186,141,174); }

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

background-color css

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

 a { background-color: rgb(186,141,174); }

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

border-color css

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

 span { border-color: rgb(186,141,174); }

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