Html Css Color HEX #BAA3B7 London Hue

📋 copy color: '#BAA3B7'

red 186 ◦ green 163 ◦ blue 183

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

Shades of London Hue #BAA3B7

Tints of London Hue #BAA3B7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 34.96%
G = 30.64%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAA3B7 (or 0xBAA3B7) is known color: London Hue. HEX triplet: BA, A3 and B7. RGB value is (186,163,183). Sum of RGB (Red+Green+Blue) = 186+163+183=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3B7 is #455C48. Grayscale: #ACACAC. Windows color (decimal): -4545609 or 12035002. OLE color: 12035002.

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

Color convert

RGB 186 163 183 -
CMYK 0 0.12 0.02 0.27
HSL 307.83º 0.14% 0.68% -
HSV(B) 307.83º 0.12% 0.73% -
XYZ 41.89 40.05 50.32 -
YUV 172.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 186 163 183 0 0.12 0.02 0.27 307.83 0.14 0.68
Hex BA A3 B7 0 C 2 1B 134 E 44
Octal 272 243 267 0 14 2 33 464 16 104
Binary 10111010 10100011 10110111 0 1100 10 11011 100110100 1110 1000100

Color Harmonies of #BAA3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3B7

Black with #BAA3B7

Text Example


Text Example

White with #BAA3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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