#B084AB

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

Shades of London Hue #B084AB

Tints of London Hue #B084AB

Color information

#B084AB (or 0xB084AB) is unknown color: approx London Hue. HEX triplet: B0, 84 and AB. RGB value is (176,132,171). Sum of RGB (Red+Green+Blue) = 176+132+171=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B084AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084AB is #4F7B54. Grayscale: #959595. Windows color (decimal): -5208917 or 11240624. OLE color: 11240624.

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

Color convert

RGB176132171-
CMYK00.250.030.31
HSL306.82º21.78%60.39%-
HSV(B)306.82º25%69.02%-
XYZ33.5128.6742.3-
YUV149.6140.08146.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=36.74%
G=27.56%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613217100.250.030.31306.8221.7860.39
HexB084AB01931F133163c
Octal2602042530313374632674
Binary101100001000010010101011011001111111110011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084AB; }

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

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

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

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

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

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

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

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