Html Css Color HEX #B2A0AE London Hue

📋 copy color: '#B2A0AE'

red 178 ◦ green 160 ◦ blue 174

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

Shades of London Hue #B2A0AE

Tints of London Hue #B2A0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 34.77%
G = 31.25%
B = 33.98%

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

#B2A0AE (or 0xB2A0AE) is known color: London Hue. HEX triplet: B2, A0 and AE. RGB value is (178,160,174). Sum of RGB (Red+Green+Blue) = 178+160+174=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A0AE is #4D5F51. Grayscale: #A6A6A6. Windows color (decimal): -5070674 or 11444402. OLE color: 11444402.

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

Color convert

RGB 178 160 174 -
CMYK 0 0.10 0.02 0.30
HSL 313.33º 0.1% 0.66% -
HSV(B) 313.33º 0.1% 0.7% -
XYZ 38.57 37.66 45.28 -
YUV 166.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 178 160 174 0 0.10 0.02 0.30 313.33 0.1 0.66
Hex B2 A0 AE 0 A 2 1E 139 A 42
Octal 262 240 256 0 12 2 36 471 12 102
Binary 10110010 10100000 10101110 0 1010 10 11110 100111001 1010 1000010

Color Harmonies of #B2A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A0AE

Black with #B2A0AE

Text Example


Text Example

White with #B2A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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