#BA9DB8

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

Shades of London Hue #BA9DB8

Tints of London Hue #BA9DB8

Color information

#BA9DB8 (or 0xBA9DB8) is unknown color: approx London Hue. HEX triplet: BA, 9D and B8. RGB value is (186,157,184). Sum of RGB (Red+Green+Blue) = 186+157+184=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB8 is #456247. Grayscale: #A8A8A8. Windows color (decimal): -4547144 or 12099002. OLE color: 12099002.

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

Color convert

RGB186157184-
CMYK00.160.010.27
HSL304.14º17.37%67.25%-
HSV(B)304.14º15.59%72.94%-
XYZ40.9638.0150.53-
YUV168.75136.61140.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=35.29%
G=29.79%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615718400.160.010.27304.1417.3767.25
HexBA9DB801011B1301143
Octal27223527002013346021103
Binary101110101001110110111000010000111011100110000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB8; }

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

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

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

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

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

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

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

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