#B082AB

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

Shades of London Hue #B082AB

Tints of London Hue #B082AB

Color information

#B082AB (or 0xB082AB) is unknown color: approx London Hue. HEX triplet: B0, 82 and AB. RGB value is (176,130,171). Sum of RGB (Red+Green+Blue) = 176+130+171=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AB is #4F7D54. Grayscale: #949494. Windows color (decimal): -5209429 or 11240112. OLE color: 11240112.

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

Color convert

RGB176130171-
CMYK00.260.030.31
HSL306.52º22.55%60%-
HSV(B)306.52º26.14%69.02%-
XYZ33.2428.1442.21-
YUV148.43140.74147.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=36.90%
G=27.25%
B=35.85%

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
Decimal17613017100.260.030.31306.5222.5560
HexB082AB01A31F133173c
Octal2602022530323374632774
Binary101100001000001010101011011010111111110011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082AB; }

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

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

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

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

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

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

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

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