Html Css Color HEX #BA8EBB London Hue

📋 copy color: '#BA8EBB'

red 186 ◦ green 142 ◦ blue 187

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

Shades of London Hue #BA8EBB

Tints of London Hue #BA8EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 36.12%
G = 27.57%
B = 36.31%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA8EBB (or 0xBA8EBB) is known color: London Hue. HEX triplet: BA, 8E and BB. RGB value is (186,142,187). Sum of RGB (Red+Green+Blue) = 186+142+187=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBB is #457144. Grayscale: #A0A0A0. Windows color (decimal): -4550981 or 12291770. OLE color: 12291770.

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

Color convert

RGB 186 142 187 -
CMYK 0.01 0.24 0 0.27
HSL 298.67º 0.25% 0.65% -
HSV(B) 298.67º 0.24% 0.73% -
XYZ 38.89 33.37 51.41 -
YUV 160.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 186 142 187 0.01 0.24 0 0.27 298.67 0.25 0.65
Hex BA 8E BB 1 18 0 1B 12B 19 41
Octal 272 216 273 1 30 0 33 453 31 101
Binary 10111010 10001110 10111011 1 11000 0 11011 100101011 11001 1000001

Color Harmonies of #BA8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EBB

Black with #BA8EBB

Text Example


Text Example

White with #BA8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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