Html Css Color HEX #BA90BB London Hue

📋 copy color: '#BA90BB'

red 186 ◦ green 144 ◦ blue 187

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

Shades of London Hue #BA90BB

Tints of London Hue #BA90BB

RGB

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

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

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

R = 35.98%
G = 27.85%
B = 36.17%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA90BB (or 0xBA90BB) is known color: London Hue. HEX triplet: BA, 90 and BB. RGB value is (186,144,187). Sum of RGB (Red+Green+Blue) = 186+144+187=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BB is #456F44. Grayscale: #A1A1A1. Windows color (decimal): -4550469 or 12292282. OLE color: 12292282.

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

Color convert

RGB 186 144 187 -
CMYK 0.01 0.23 0 0.27
HSL 298.6º 0.24% 0.65% -
HSV(B) 298.6º 0.23% 0.73% -
XYZ 39.19 33.97 51.51 -
YUV 161.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 186 144 187 0.01 0.23 0 0.27 298.6 0.24 0.65
Hex BA 90 BB 1 17 0 1B 12B 18 41
Octal 272 220 273 1 27 0 33 453 30 101
Binary 10111010 10010000 10111011 1 10111 0 11011 100101011 11000 1000001

Color Harmonies of #BA90BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90BB

Black with #BA90BB

Text Example


Text Example

White with #BA90BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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