#B28EAC

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

Shades of London Hue #B28EAC

Tints of London Hue #B28EAC

Color information

#B28EAC (or 0xB28EAC) is unknown color: approx London Hue. HEX triplet: B2, 8E and AC. RGB value is (178,142,172). Sum of RGB (Red+Green+Blue) = 178+142+172=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAC is #4D7153. Grayscale: #9C9C9C. Windows color (decimal): -5075284 or 11308722. OLE color: 11308722.

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

Color convert

RGB178142172-
CMYK00.200.030.30
HSL310º18.95%62.75%-
HSV(B)310º20.22%69.8%-
XYZ35.4831.7943.3-
YUV156.18136.93143.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=36.18%
G=28.86%
B=34.96%

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
Decimal17814217200.200.030.3031018.9562.75
HexB28EAC01431E136133f
Octal2622162540243364662377
Binary101100101000111010101100010100111111010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EAC; }

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

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

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

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

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

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

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

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