#BA9BB9

Color #BA9BB9 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA9BB9

Tints of London Hue #BA9BB9

Color information

#BA9BB9 (or 0xBA9BB9) is unknown color: approx London Hue. HEX triplet: BA, 9B and B9. RGB value is (186,155,185). Sum of RGB (Red+Green+Blue) = 186+155+185=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB9 is #456446. Grayscale: #A7A7A7. Windows color (decimal): -4547655 or 12164026. OLE color: 12164026.

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

Color convert

RGB186155185-
CMYK00.170.010.27
HSL301.94º18.34%66.86%-
HSV(B)301.94º16.67%72.94%-
XYZ40.7337.3850.97-
YUV167.69137.77141.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=35.36%
G=29.47%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615518500.170.010.27301.9418.3466.86
HexBA9BB901111B12e1243
Octal27223327102113345622103
Binary101110101001101110111001010001111011100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BB9; }

 p { color: rgb(186,155,185); }

 H1.HeaderClassName
 {
   color: #BA9BB9;
 }
 .AnyTagClassName
 {
   color: #BA9BB9;
 }
</style>
background-color css

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

 a { background-color: rgb(186,155,185); }

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

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

 span { border-color: rgb(186,155,185); }

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