Html Css Color HEX #BA90BC London Hue

📋 copy color: '#BA90BC'

red 186 ◦ green 144 ◦ blue 188

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

Shades of London Hue #BA90BC

Tints of London Hue #BA90BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 35.91%
G = 27.8%
B = 36.29%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA90BC (or 0xBA90BC) is known color: London Hue. HEX triplet: BA, 90 and BC. RGB value is (186,144,188). Sum of RGB (Red+Green+Blue) = 186+144+188=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BC is #456F43. Grayscale: #A1A1A1. Windows color (decimal): -4550468 or 12357818. OLE color: 12357818.

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

Color convert

RGB 186 144 188 -
CMYK 0.01 0.23 0 0.26
HSL 297.27º 0.25% 0.65% -
HSV(B) 297.27º 0.23% 0.74% -
XYZ 39.3 34.02 52.07 -
YUV 161.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 186 144 188 0.01 0.23 0 0.26 297.27 0.25 0.65
Hex BA 90 BC 1 17 0 1A 129 19 41
Octal 272 220 274 1 27 0 32 451 31 101
Binary 10111010 10010000 10111100 1 10111 0 11010 100101001 11001 1000001

Color Harmonies of #BA90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90BC

Black with #BA90BC

Text Example


Text Example

White with #BA90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90BC; }

 p { color: rgb(186,144,188); }

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

background-color css

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

 a { background-color: rgb(186,144,188); }

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

border-color css

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

 span { border-color: rgb(186,144,188); }

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