#BA9CB9

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

Shades of London Hue #BA9CB9

Tints of London Hue #BA9CB9

Color information

#BA9CB9 (or 0xBA9CB9) is unknown color: approx London Hue. HEX triplet: BA, 9C and B9. RGB value is (186,156,185). Sum of RGB (Red+Green+Blue) = 186+156+185=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB9 is #456346. Grayscale: #A8A8A8. Windows color (decimal): -4547399 or 12164282. OLE color: 12164282.

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

Color convert

RGB186156185-
CMYK00.160.010.27
HSL302º17.86%67.06%-
HSV(B)302º16.13%72.94%-
XYZ40.937.7251.02-
YUV168.28137.44140.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=35.29%
G=29.60%
B=35.10%

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
Decimal18615618500.160.010.2730217.8667.06
HexBA9CB901011B12e1243
Octal27223427102013345622103
Binary101110101001110010111001010000111011100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB9; }

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

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

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

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

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

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

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

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