Html Css Color HEX #BA93BB London Hue

📋 copy color: '#BA93BB'

red 186 ◦ green 147 ◦ blue 187

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

Shades of London Hue #BA93BB

Tints of London Hue #BA93BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.27%

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

R = 35.77%
G = 28.27%
B = 35.96%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA93BB (or 0xBA93BB) is known color: London Hue. HEX triplet: BA, 93 and BB. RGB value is (186,147,187). Sum of RGB (Red+Green+Blue) = 186+147+187=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BB is #456C44. Grayscale: #A3A3A3. Windows color (decimal): -4549701 or 12293050. OLE color: 12293050.

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

Color convert

RGB 186 147 187 -
CMYK 0.01 0.21 0 0.27
HSL 298.5º 0.23% 0.65% -
HSV(B) 298.5º 0.21% 0.73% -
XYZ 39.65 34.89 51.66 -
YUV 163.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 186 147 187 0.01 0.21 0 0.27 298.5 0.23 0.65
Hex BA 93 BB 1 15 0 1B 12A 17 41
Octal 272 223 273 1 25 0 33 452 27 101
Binary 10111010 10010011 10111011 1 10101 0 11011 100101010 10111 1000001

Color Harmonies of #BA93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93BB

Black with #BA93BB

Text Example


Text Example

White with #BA93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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