Html Css Color HEX #B0A5AD London Hue

📋 copy color: '#B0A5AD'

red 176 ◦ green 165 ◦ blue 173

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

Shades of London Hue #B0A5AD

Tints of London Hue #B0A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

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

R = 34.24%
G = 32.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0A5AD (or 0xB0A5AD) is known color: London Hue. HEX triplet: B0, A5 and AD. RGB value is (176,165,173). Sum of RGB (Red+Green+Blue) = 176+165+173=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A5AD is #4F5A52. Grayscale: #A9A9A9. Windows color (decimal): -5200467 or 11380144. OLE color: 11380144.

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

Color convert

RGB 176 165 173 -
CMYK 0 0.06 0.02 0.31
HSL 316.36º 0.07% 0.67% -
HSV(B) 316.36º 0.06% 0.69% -
XYZ 38.9 39.16 45.04 -
YUV 169.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 176 165 173 0 0.06 0.02 0.31 316.36 0.07 0.67
Hex B0 A5 AD 0 6 2 1F 13C 7 43
Octal 260 245 255 0 6 2 37 474 7 103
Binary 10110000 10100101 10101101 0 110 10 11111 100111100 111 1000011

Color Harmonies of #B0A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A5AD

Black with #B0A5AD

Text Example


Text Example

White with #B0A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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