#B084AE

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

Shades of London Hue #B084AE

Tints of London Hue #B084AE

Color information

#B084AE (or 0xB084AE) is unknown color: approx London Hue. HEX triplet: B0, 84 and AE. RGB value is (176,132,174). Sum of RGB (Red+Green+Blue) = 176+132+174=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B084AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084AE is #4F7B51. Grayscale: #959595. Windows color (decimal): -5208914 or 11437232. OLE color: 11437232.

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

Color convert

RGB176132174-
CMYK00.250.010.31
HSL302.73º21.78%60.39%-
HSV(B)302.73º25%69.02%-
XYZ33.828.7943.82-
YUV149.94141.58146.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=36.51%
G=27.39%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613217400.250.010.31302.7321.7860.39
HexB084AE01911F12f163c
Octal2602042560311374572674
Binary10110000100001001010111001100111111110010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084AE; }

 p { color: rgb(176,132,174); }

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

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

 a { background-color: rgb(176,132,174); }

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

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

 span { border-color: rgb(176,132,174); }

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