Html Css Color HEX #BAA1B6 London Hue

📋 copy color: '#BAA1B6'

red 186 ◦ green 161 ◦ blue 182

#BAA1B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BAA1B6

Tints of London Hue #BAA1B6

RGB

 RED value IS 186 (73.05% from 255) = 35.16%

 GREEN value IS 161 (63.28% from 255) = 30.43%

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 35.16%
G = 30.43%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAA1B6 (or 0xBAA1B6) is known color: London Hue. HEX triplet: BA, A1 and B6. RGB value is (186,161,182). Sum of RGB (Red+Green+Blue) = 186+161+182=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B6 is #455E49. Grayscale: #AAAAAA. Windows color (decimal): -4546122 or 11968954. OLE color: 11968954.

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

Color convert

RGB 186 161 182 -
CMYK 0 0.13 0.02 0.27
HSL 309.6º 0.15% 0.68% -
HSV(B) 309.6º 0.13% 0.73% -
XYZ 41.44 39.31 49.66 -
YUV 170.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 186 161 182 0 0.13 0.02 0.27 309.6 0.15 0.68
Hex BA A1 B6 0 D 2 1B 136 F 44
Octal 272 241 266 0 15 2 33 466 17 104
Binary 10111010 10100001 10110110 0 1101 10 11011 100110110 1111 1000100

Color Harmonies of #BAA1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1B6

Black with #BAA1B6

Text Example


Text Example

White with #BAA1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1B6; }

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

 H1.HeaderClassName
 {
   color: #BAA1B6;
 }
 .AnyTagClassName
 {
   color: #BAA1B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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