#BA9CB4

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

Shades of London Hue #BA9CB4

Tints of London Hue #BA9CB4

Color information

#BA9CB4 (or 0xBA9CB4) is unknown color: approx London Hue. HEX triplet: BA, 9C and B4. RGB value is (186,156,180). Sum of RGB (Red+Green+Blue) = 186+156+180=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB4 is #45634B. Grayscale: #A7A7A7. Windows color (decimal): -4547404 or 11836602. OLE color: 11836602.

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

Color convert

RGB186156180-
CMYK00.160.030.27
HSL312º17.86%67.06%-
HSV(B)312º16.13%72.94%-
XYZ40.3837.5148.29-
YUV167.71134.94141.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=35.63%
G=29.89%
B=34.48%

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
Decimal18615618000.160.030.2731217.8667.06
HexBA9CB401031B1381243
Octal27223426402033347022103
Binary1011101010011100101101000100001111011100111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB4; }

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

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

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

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

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

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

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

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