Html Css Color HEX #B0A5AF London Hue

📋 copy color: '#B0A5AF'

red 176 ◦ green 165 ◦ blue 175

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

Shades of London Hue #B0A5AF

Tints of London Hue #B0A5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 34.11%
G = 31.98%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B0A5AF (or 0xB0A5AF) is known color: London Hue. HEX triplet: B0, A5 and AF. RGB value is (176,165,175). Sum of RGB (Red+Green+Blue) = 176+165+175=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A5AF is #4F5A50. Grayscale: #A9A9A9. Windows color (decimal): -5200465 or 11511216. OLE color: 11511216.

HSL color Cylindrical-coordinate representation of color #B0A5AF: hue angle of 305.45º 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 #B0A5AF is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 165 175 -
CMYK 0 0.06 0.01 0.31
HSL 305.45º 0.07% 0.67% -
HSV(B) 305.45º 0.06% 0.69% -
XYZ 39.1 39.24 46.07 -
YUV 169.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 176 165 175 0 0.06 0.01 0.31 305.45 0.07 0.67
Hex B0 A5 AF 0 6 1 1F 131 7 43
Octal 260 245 257 0 6 1 37 461 7 103
Binary 10110000 10100101 10101111 0 110 1 11111 100110001 111 1000011

Color Harmonies of #B0A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A5AF

Black with #B0A5AF

Text Example


Text Example

White with #B0A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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