#BA9CB8

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

Shades of London Hue #BA9CB8

Tints of London Hue #BA9CB8

Color information

#BA9CB8 (or 0xBA9CB8) is unknown color: approx London Hue. HEX triplet: BA, 9C and B8. RGB value is (186,156,184). Sum of RGB (Red+Green+Blue) = 186+156+184=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB8 is #456347. Grayscale: #A8A8A8. Windows color (decimal): -4547400 or 12098746. OLE color: 12098746.

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

Color convert

RGB186156184-
CMYK00.160.010.27
HSL304º17.86%67.06%-
HSV(B)304º16.13%72.94%-
XYZ40.7937.6850.47-
YUV168.16136.94140.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=35.36%
G=29.66%
B=34.98%

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
Decimal18615618400.160.010.2730417.8667.06
HexBA9CB801011B1301243
Octal27223427002013346022103
Binary101110101001110010111000010000111011100110000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB8; }

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

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

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

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

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

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

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

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