#BA9CB7

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

Shades of London Hue #BA9CB7

Tints of London Hue #BA9CB7

Color information

#BA9CB7 (or 0xBA9CB7) is unknown color: approx London Hue. HEX triplet: BA, 9C and B7. RGB value is (186,156,183). Sum of RGB (Red+Green+Blue) = 186+156+183=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB7 is #456348. Grayscale: #A7A7A7. Windows color (decimal): -4547401 or 12033210. OLE color: 12033210.

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

Color convert

RGB186156183-
CMYK00.160.020.27
HSL306º17.86%67.06%-
HSV(B)306º16.13%72.94%-
XYZ40.6937.6349.92-
YUV168.05136.44140.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=35.43%
G=29.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615618300.160.020.2730617.8667.06
HexBA9CB701021B1321243
Octal27223426702023346222103
Binary1011101010011100101101110100001011011100110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB7; }

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

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

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

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

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

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

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

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