Html Css Color HEX #BA92BB London Hue

📋 copy color: '#BA92BB'

red 186 ◦ green 146 ◦ blue 187

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

Shades of London Hue #BA92BB

Tints of London Hue #BA92BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.13%

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

R = 35.84%
G = 28.13%
B = 36.03%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA92BB (or 0xBA92BB) is known color: London Hue. HEX triplet: BA, 92 and BB. RGB value is (186,146,187). Sum of RGB (Red+Green+Blue) = 186+146+187=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BB is #456D44. Grayscale: #A2A2A2. Windows color (decimal): -4549957 or 12292794. OLE color: 12292794.

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

Color convert

RGB 186 146 187 -
CMYK 0.01 0.22 0 0.27
HSL 298.54º 0.23% 0.65% -
HSV(B) 298.54º 0.22% 0.73% -
XYZ 39.5 34.58 51.61 -
YUV 162.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 186 146 187 0.01 0.22 0 0.27 298.54 0.23 0.65
Hex BA 92 BB 1 16 0 1B 12B 17 41
Octal 272 222 273 1 26 0 33 453 27 101
Binary 10111010 10010010 10111011 1 10110 0 11011 100101011 10111 1000001

Color Harmonies of #BA92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BB

Black with #BA92BB

Text Example


Text Example

White with #BA92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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