Html Css Color HEX #B0A0AC London Hue

📋 copy color: '#B0A0AC'

red 176 ◦ green 160 ◦ blue 172

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

Shades of London Hue #B0A0AC

Tints of London Hue #B0A0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 34.65%
G = 31.5%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0A0AC (or 0xB0A0AC) is known color: London Hue. HEX triplet: B0, A0 and AC. RGB value is (176,160,172). Sum of RGB (Red+Green+Blue) = 176+160+172=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A0AC is #4F5F53. Grayscale: #A6A6A6. Windows color (decimal): -5201748 or 11313328. OLE color: 11313328.

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

Color convert

RGB 176 160 172 -
CMYK 0 0.09 0.02 0.31
HSL 315º 0.09% 0.66% -
HSV(B) 315º 0.09% 0.69% -
XYZ 37.92 37.35 44.24 -
YUV 166.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 176 160 172 0 0.09 0.02 0.31 315 0.09 0.66
Hex B0 A0 AC 0 9 2 1F 13B 9 42
Octal 260 240 254 0 11 2 37 473 11 102
Binary 10110000 10100000 10101100 0 1001 10 11111 100111011 1001 1000010

Color Harmonies of #B0A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A0AC

Black with #B0A0AC

Text Example


Text Example

White with #B0A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A0AC; }

 p { color: rgb(176,160,172); }

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

background-color css

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

 a { background-color: rgb(176,160,172); }

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

border-color css

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

 span { border-color: rgb(176,160,172); }

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