Html Css Color HEX #B0A2AD London Hue

📋 copy color: '#B0A2AD'

red 176 ◦ green 162 ◦ blue 173

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

Shades of London Hue #B0A2AD

Tints of London Hue #B0A2AD

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 173 (67.97% from 255) = 33.86%

R = 34.44%
G = 31.7%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0A2AD (or 0xB0A2AD) is known color: London Hue. HEX triplet: B0, A2 and AD. RGB value is (176,162,173). Sum of RGB (Red+Green+Blue) = 176+162+173=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A2AD is #4F5D52. Grayscale: #A7A7A7. Windows color (decimal): -5201235 or 11379376. OLE color: 11379376.

HSL color Cylindrical-coordinate representation of color #B0A2AD: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0A2AD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 173 -
CMYK 0 0.08 0.02 0.31
HSL 312.86º 0.08% 0.66% -
HSV(B) 312.86º 0.08% 0.69% -
XYZ 38.37 38.09 44.86 -
YUV 167.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 176 162 173 0 0.08 0.02 0.31 312.86 0.08 0.66
Hex B0 A2 AD 0 8 2 1F 139 8 42
Octal 260 242 255 0 10 2 37 471 10 102
Binary 10110000 10100010 10101101 0 1000 10 11111 100111001 1000 1000010

Color Harmonies of #B0A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2AD

Black with #B0A2AD

Text Example


Text Example

White with #B0A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2AD; }

 p { color: rgb(176,162,173); }

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

background-color css

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

 a { background-color: rgb(176,162,173); }

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

border-color css

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

 span { border-color: rgb(176,162,173); }

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