Html Css Color HEX #BA88BE London Hue

📋 copy color: '#BA88BE'

red 186 ◦ green 136 ◦ blue 190

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

Shades of London Hue #BA88BE

Tints of London Hue #BA88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 36.33%
G = 26.56%
B = 37.11%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA88BE (or 0xBA88BE) is known color: London Hue. HEX triplet: BA, 88 and BE. RGB value is (186,136,190). Sum of RGB (Red+Green+Blue) = 186+136+190=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88BE is #457741. Grayscale: #9C9C9C. Windows color (decimal): -4552514 or 12486842. OLE color: 12486842.

HSL color Cylindrical-coordinate representation of color #BA88BE: hue angle of 295.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA88BE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 136 190 -
CMYK 0.02 0.28 0 0.25
HSL 295.56º 0.29% 0.64% -
HSV(B) 295.56º 0.28% 0.75% -
XYZ 38.35 31.77 52.83 -
YUV 157.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 186 136 190 0.02 0.28 0 0.25 295.56 0.29 0.64
Hex BA 88 BE 2 1C 0 19 128 1D 40
Octal 272 210 276 2 34 0 31 450 35 100
Binary 10111010 10001000 10111110 10 11100 0 11001 100101000 11101 1000000

Color Harmonies of #BA88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA88BE

Black with #BA88BE

Text Example


Text Example

White with #BA88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA88BE; }

 p { color: rgb(186,136,190); }

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

background-color css

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

 a { background-color: rgb(186,136,190); }

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

border-color css

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

 span { border-color: rgb(186,136,190); }

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