#B083AF

Color #B083AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B083AF

Tints of London Hue #B083AF

Color information

#B083AF (or 0xB083AF) is unknown color: approx London Hue. HEX triplet: B0, 83 and AF. RGB value is (176,131,175). Sum of RGB (Red+Green+Blue) = 176+131+175=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B083AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083AF is #4F7C50. Grayscale: #959595. Windows color (decimal): -5209169 or 11502512. OLE color: 11502512.

HSL color Cylindrical-coordinate representation of color #B083AF: hue angle of 301.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B083AF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176131175-
CMYK00.260.010.31
HSL301.33º22.17%60.2%-
HSV(B)301.33º25.57%69.02%-
XYZ33.7628.5644.29-
YUV149.47142.41146.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=36.51%
G=27.18%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613117500.260.010.31301.3322.1760.2
HexB083AF01A11F12d163c
Octal2602032570321374552674
Binary10110000100000111010111101101011111110010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083AF; }

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

 H1.HeaderClassName
 {
   color: #B083AF;
 }
 .AnyTagClassName
 {
   color: #B083AF;
 }
</style>
background-color css

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

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

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

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

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

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