Html Css Color HEX #BA8EBD London Hue

📋 copy color: '#BA8EBD'

red 186 ◦ green 142 ◦ blue 189

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

Shades of London Hue #BA8EBD

Tints of London Hue #BA8EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 35.98%
G = 27.47%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA8EBD (or 0xBA8EBD) is known color: London Hue. HEX triplet: BA, 8E and BD. RGB value is (186,142,189). Sum of RGB (Red+Green+Blue) = 186+142+189=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBD is #457142. Grayscale: #A0A0A0. Windows color (decimal): -4550979 or 12422842. OLE color: 12422842.

HSL color Cylindrical-coordinate representation of color #BA8EBD: hue angle of 296.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8EBD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 142 189 -
CMYK 0.02 0.25 0 0.26
HSL 296.17º 0.26% 0.65% -
HSV(B) 296.17º 0.25% 0.74% -
XYZ 39.11 33.46 52.54 -
YUV 160.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 186 142 189 0.02 0.25 0 0.26 296.17 0.26 0.65
Hex BA 8E BD 2 19 0 1A 128 1A 41
Octal 272 216 275 2 31 0 32 450 32 101
Binary 10111010 10001110 10111101 10 11001 0 11010 100101000 11010 1000001

Color Harmonies of #BA8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EBD

Black with #BA8EBD

Text Example


Text Example

White with #BA8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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