#B28EAD

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

Shades of London Hue #B28EAD

Tints of London Hue #B28EAD

Color information

#B28EAD (or 0xB28EAD) is unknown color: approx London Hue. HEX triplet: B2, 8E and AD. RGB value is (178,142,173). Sum of RGB (Red+Green+Blue) = 178+142+173=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAD is #4D7152. Grayscale: #9C9C9C. Windows color (decimal): -5075283 or 11374258. OLE color: 11374258.

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

Color convert

RGB178142173-
CMYK00.200.030.30
HSL308.33º18.95%62.75%-
HSV(B)308.33º20.22%69.8%-
XYZ35.5831.8343.8-
YUV156.3137.43143.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=36.11%
G=28.80%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814217300.200.030.30308.3318.9562.75
HexB28EAD01431E134133f
Octal2622162550243364642377
Binary101100101000111010101101010100111111010011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EAD; }

 p { color: rgb(178,142,173); }

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

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

 a { background-color: rgb(178,142,173); }

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

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

 span { border-color: rgb(178,142,173); }

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