#B082AD

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

Shades of London Hue #B082AD

Tints of London Hue #B082AD

Color information

#B082AD (or 0xB082AD) is unknown color: approx London Hue. HEX triplet: B0, 82 and AD. RGB value is (176,130,173). Sum of RGB (Red+Green+Blue) = 176+130+173=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AD is #4F7D52. Grayscale: #949494. Windows color (decimal): -5209427 or 11371184. OLE color: 11371184.

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

Color convert

RGB176130173-
CMYK00.260.020.31
HSL303.91º22.55%60%-
HSV(B)303.91º26.14%69.02%-
XYZ33.4328.2143.22-
YUV148.66141.74147.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=36.74%
G=27.14%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613017300.260.020.31303.9122.5560
HexB082AD01A21F130173c
Octal2602022550322374602774
Binary101100001000001010101101011010101111110011000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082AD; }

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

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

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

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

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

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

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

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