#BAA2B6

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

Shades of London Hue #BAA2B6

Tints of London Hue #BAA2B6

Color information

#BAA2B6 (or 0xBAA2B6) is unknown color: approx London Hue. HEX triplet: BA, A2 and B6. RGB value is (186,162,182). Sum of RGB (Red+Green+Blue) = 186+162+182=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B6 is #455D49. Grayscale: #ABABAB. Windows color (decimal): -4545866 or 11969210. OLE color: 11969210.

HSL color Cylindrical-coordinate representation of color #BAA2B6: hue angle of 310º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2B6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186162182-
CMYK00.130.020.27
HSL310º14.81%68.24%-
HSV(B)310º12.9%72.94%-
XYZ41.6139.6649.72-
YUV171.46133.95138.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=35.09%
G=30.57%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616218200.130.020.2731014.8168.24
HexBAA2B60D21B136f44
Octal27224226601523346617104
Binary10111010101000101011011001101101101110011011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2B6; }

 p { color: rgb(186,162,182); }

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

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

 a { background-color: rgb(186,162,182); }

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

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

 span { border-color: rgb(186,162,182); }

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