#B28AB6

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

Shades of London Hue #B28AB6

Tints of London Hue #B28AB6

Color information

#B28AB6 (or 0xB28AB6) is unknown color: approx London Hue. HEX triplet: B2, 8A and B6. RGB value is (178,138,182). Sum of RGB (Red+Green+Blue) = 178+138+182=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #B28AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AB6 is #4D7549. Grayscale: #9A9A9A. Windows color (decimal): -5076298 or 11963058. OLE color: 11963058.

HSL color Cylindrical-coordinate representation of color #B28AB6: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28AB6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178138182-
CMYK0.020.2400.29
HSL294.55º23.16%62.75%-
HSV(B)294.55º24.18%71.37%-
XYZ35.8931.0248.35-
YUV154.98143.25144.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=35.74%
G=27.71%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781381820.020.2400.29294.5523.1662.75
HexB28AB621801D127173f
Octal2622122662300354472777
Binary101100101000101010110110101100001110110010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AB6; }

 p { color: rgb(178,138,182); }

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

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

 a { background-color: rgb(178,138,182); }

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

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

 span { border-color: rgb(178,138,182); }

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