Html Css Color HEX #BA8EAF London Hue

📋 copy color: '#BA8EAF'

red 186 ◦ green 142 ◦ blue 175

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

Shades of London Hue #BA8EAF

Tints of London Hue #BA8EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.23%

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

R = 36.98%
G = 28.23%
B = 34.79%

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

#BA8EAF (or 0xBA8EAF) is known color: London Hue. HEX triplet: BA, 8E and AF. RGB value is (186,142,175). Sum of RGB (Red+Green+Blue) = 186+142+175=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAF is #457150. Grayscale: #9E9E9E. Windows color (decimal): -4550993 or 11505338. OLE color: 11505338.

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

Color convert

RGB 186 142 175 -
CMYK 0 0.24 0.06 0.27
HSL 315º 0.24% 0.64% -
HSV(B) 315º 0.24% 0.73% -
XYZ 37.66 32.88 44.92 -
YUV 158.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 186 142 175 0 0.24 0.06 0.27 315 0.24 0.64
Hex BA 8E AF 0 18 6 1B 13B 18 40
Octal 272 216 257 0 30 6 33 473 30 100
Binary 10111010 10001110 10101111 0 11000 110 11011 100111011 11000 1000000

Color Harmonies of #BA8EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EAF

Black with #BA8EAF

Text Example


Text Example

White with #BA8EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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