#B28DAC

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

Shades of London Hue #B28DAC

Tints of London Hue #B28DAC

Color information

#B28DAC (or 0xB28DAC) is unknown color: approx London Hue. HEX triplet: B2, 8D and AC. RGB value is (178,141,172). Sum of RGB (Red+Green+Blue) = 178+141+172=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAC is #4D7253. Grayscale: #9B9B9B. Windows color (decimal): -5075540 or 11308466. OLE color: 11308466.

HSL color Cylindrical-coordinate representation of color #B28DAC: hue angle of 309.73º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28DAC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178141172-
CMYK00.210.030.30
HSL309.73º19.37%62.55%-
HSV(B)309.73º20.79%69.8%-
XYZ35.3331.4943.25-
YUV155.6137.26143.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=36.25%
G=28.72%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814117200.210.030.30309.7319.3762.55
HexB28DAC01531E136133f
Octal2622152540253364662377
Binary101100101000110110101100010101111111010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DAC; }

 p { color: rgb(178,141,172); }

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

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

 a { background-color: rgb(178,141,172); }

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

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

 span { border-color: rgb(178,141,172); }

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