#BA9DB5

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

Shades of London Hue #BA9DB5

Tints of London Hue #BA9DB5

Color information

#BA9DB5 (or 0xBA9DB5) is unknown color: approx London Hue. HEX triplet: BA, 9D and B5. RGB value is (186,157,181). Sum of RGB (Red+Green+Blue) = 186+157+181=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB5 is #45624A. Grayscale: #A8A8A8. Windows color (decimal): -4547147 or 11902394. OLE color: 11902394.

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

Color convert

RGB186157181-
CMYK00.160.030.27
HSL310.34º17.37%67.25%-
HSV(B)310.34º15.59%72.94%-
XYZ40.6537.8948.89-
YUV168.41135.11140.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=35.50%
G=29.96%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615718100.160.030.27310.3417.3767.25
HexBA9DB501031B1361143
Octal27223526502033346621103
Binary1011101010011101101101010100001111011100110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB5; }

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

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

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

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

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

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

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

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