#BA9BB5

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

Shades of London Hue #BA9BB5

Tints of London Hue #BA9BB5

Color information

#BA9BB5 (or 0xBA9BB5) is unknown color: approx London Hue. HEX triplet: BA, 9B and B5. RGB value is (186,155,181). Sum of RGB (Red+Green+Blue) = 186+155+181=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB5 is #45644A. Grayscale: #A7A7A7. Windows color (decimal): -4547659 or 11901882. OLE color: 11901882.

HSL color Cylindrical-coordinate representation of color #BA9BB5: hue angle of 309.68º 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 #BA9BB5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186155181-
CMYK00.170.030.27
HSL309.68º18.34%66.86%-
HSV(B)309.68º16.67%72.94%-
XYZ40.3137.2248.78-
YUV167.23135.77141.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=35.63%
G=29.69%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615518100.170.030.27309.6818.3466.86
HexBA9BB501131B1361243
Octal27223326502133346622103
Binary1011101010011011101101010100011111011100110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BB5; }

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

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

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

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

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

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

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

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