Html Css Color HEX #B0A6AF London Hue

📋 copy color: '#B0A6AF'

red 176 ◦ green 166 ◦ blue 175

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

Shades of London Hue #B0A6AF

Tints of London Hue #B0A6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.11%

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

R = 34.04%
G = 32.11%
B = 33.85%

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

#B0A6AF (or 0xB0A6AF) is known color: London Hue. HEX triplet: B0, A6 and AF. RGB value is (176,166,175). Sum of RGB (Red+Green+Blue) = 176+166+175=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A6AF is #4F5950. Grayscale: #A9A9A9. Windows color (decimal): -5200209 or 11511472. OLE color: 11511472.

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

Color convert

RGB 176 166 175 -
CMYK 0 0.06 0.01 0.31
HSL 306º 0.06% 0.67% -
HSV(B) 306º 0.06% 0.69% -
XYZ 39.28 39.6 46.13 -
YUV 170.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 176 166 175 0 0.06 0.01 0.31 306 0.06 0.67
Hex B0 A6 AF 0 6 1 1F 132 6 43
Octal 260 246 257 0 6 1 37 462 6 103
Binary 10110000 10100110 10101111 0 110 1 11111 100110010 110 1000011

Color Harmonies of #B0A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A6AF

Black with #B0A6AF

Text Example


Text Example

White with #B0A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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