Html Css Color HEX #BA94BB London Hue

📋 copy color: '#BA94BB'

red 186 ◦ green 148 ◦ blue 187

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

Shades of London Hue #BA94BB

Tints of London Hue #BA94BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 35.7%
G = 28.41%
B = 35.89%

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

#BA94BB (or 0xBA94BB) is known color: London Hue. HEX triplet: BA, 94 and BB. RGB value is (186,148,187). Sum of RGB (Red+Green+Blue) = 186+148+187=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BB is #456B44. Grayscale: #A3A3A3. Windows color (decimal): -4549445 or 12293306. OLE color: 12293306.

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

Color convert

RGB 186 148 187 -
CMYK 0.01 0.21 0 0.27
HSL 298.46º 0.22% 0.66% -
HSV(B) 298.46º 0.21% 0.73% -
XYZ 39.81 35.21 51.71 -
YUV 163.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 186 148 187 0.01 0.21 0 0.27 298.46 0.22 0.66
Hex BA 94 BB 1 15 0 1B 12A 16 42
Octal 272 224 273 1 25 0 33 452 26 102
Binary 10111010 10010100 10111011 1 10101 0 11011 100101010 10110 1000010

Color Harmonies of #BA94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94BB

Black with #BA94BB

Text Example


Text Example

White with #BA94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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