#B28DAF

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

Shades of London Hue #B28DAF

Tints of London Hue #B28DAF

Color information

#B28DAF (or 0xB28DAF) is unknown color: approx London Hue. HEX triplet: B2, 8D and AF. RGB value is (178,141,175). Sum of RGB (Red+Green+Blue) = 178+141+175=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAF is #4D7250. Grayscale: #9B9B9B. Windows color (decimal): -5075537 or 11505074. OLE color: 11505074.

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

Color convert

RGB178141175-
CMYK00.210.020.30
HSL304.86º19.37%62.55%-
HSV(B)304.86º20.79%69.8%-
XYZ35.6231.6144.78-
YUV155.94138.76143.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=36.03%
G=28.54%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814117500.210.020.30304.8619.3762.55
HexB28DAF01521E131133f
Octal2622152570252364612377
Binary101100101000110110101111010101101111010011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DAF; }

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

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

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

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

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

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

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

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