Html Css Color HEX #B2A1AE London Hue

📋 copy color: '#B2A1AE'

red 178 ◦ green 161 ◦ blue 174

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

Shades of London Hue #B2A1AE

Tints of London Hue #B2A1AE

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 34.7%
G = 31.38%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B2A1AE (or 0xB2A1AE) is known color: London Hue. HEX triplet: B2, A1 and AE. RGB value is (178,161,174). Sum of RGB (Red+Green+Blue) = 178+161+174=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1AE is #4D5E51. Grayscale: #A7A7A7. Windows color (decimal): -5070418 or 11444658. OLE color: 11444658.

HSL color Cylindrical-coordinate representation of color #B2A1AE: hue angle of 314.12º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A1AE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 174 -
CMYK 0 0.10 0.02 0.30
HSL 314.12º 0.1% 0.66% -
HSV(B) 314.12º 0.1% 0.7% -
XYZ 38.74 38.01 45.34 -
YUV 167.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 178 161 174 0 0.10 0.02 0.30 314.12 0.1 0.66
Hex B2 A1 AE 0 A 2 1E 13A A 42
Octal 262 241 256 0 12 2 36 472 12 102
Binary 10110010 10100001 10101110 0 1010 10 11110 100111010 1010 1000010

Color Harmonies of #B2A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A1AE

Black with #B2A1AE

Text Example


Text Example

White with #B2A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A1AE; }

 p { color: rgb(178,161,174); }

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

background-color css

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

 a { background-color: rgb(178,161,174); }

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

border-color css

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

 span { border-color: rgb(178,161,174); }

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