#B083AB

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

Shades of London Hue #B083AB

Tints of London Hue #B083AB

Color information

#B083AB (or 0xB083AB) is unknown color: approx London Hue. HEX triplet: B0, 83 and AB. RGB value is (176,131,171). Sum of RGB (Red+Green+Blue) = 176+131+171=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083AB is #4F7C54. Grayscale: #949494. Windows color (decimal): -5209173 or 11240368. OLE color: 11240368.

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

Color convert

RGB176131171-
CMYK00.260.030.31
HSL306.67º22.17%60.2%-
HSV(B)306.67º25.57%69.02%-
XYZ33.3728.442.25-
YUV149.01140.41147.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=36.82%
G=27.41%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613117100.260.030.31306.6722.1760.2
HexB083AB01A31F133163c
Octal2602032530323374632674
Binary101100001000001110101011011010111111110011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083AB; }

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

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

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

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

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

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

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

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