Html Css Color HEX #BA8EB0 London Hue

📋 copy color: '#BA8EB0'

red 186 ◦ green 142 ◦ blue 176

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

Shades of London Hue #BA8EB0

Tints of London Hue #BA8EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 36.9%
G = 28.17%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA8EB0 (or 0xBA8EB0) is known color: London Hue. HEX triplet: BA, 8E and B0. RGB value is (186,142,176). Sum of RGB (Red+Green+Blue) = 186+142+176=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EB0 is #45714F. Grayscale: #9E9E9E. Windows color (decimal): -4550992 or 11570874. OLE color: 11570874.

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

Color convert

RGB 186 142 176 -
CMYK 0 0.24 0.05 0.27
HSL 313.64º 0.24% 0.64% -
HSV(B) 313.64º 0.24% 0.73% -
XYZ 37.76 32.92 45.44 -
YUV 159.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 186 142 176 0 0.24 0.05 0.27 313.64 0.24 0.64
Hex BA 8E B0 0 18 5 1B 13A 18 40
Octal 272 216 260 0 30 5 33 472 30 100
Binary 10111010 10001110 10110000 0 11000 101 11011 100111010 11000 1000000

Color Harmonies of #BA8EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EB0

Black with #BA8EB0

Text Example


Text Example

White with #BA8EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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