#B28FAD

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

Shades of London Hue #B28FAD

Tints of London Hue #B28FAD

Color information

#B28FAD (or 0xB28FAD) is unknown color: approx London Hue. HEX triplet: B2, 8F and AD. RGB value is (178,143,173). Sum of RGB (Red+Green+Blue) = 178+143+173=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAD is #4D7052. Grayscale: #9C9C9C. Windows color (decimal): -5075027 or 11374514. OLE color: 11374514.

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

Color convert

RGB178143173-
CMYK00.200.030.30
HSL308.57º18.52%62.94%-
HSV(B)308.57º19.66%69.8%-
XYZ35.7332.1343.85-
YUV156.88137.1143.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=36.03%
G=28.95%
B=35.02%

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
Decimal17814317300.200.030.30308.5718.5262.94
HexB28FAD01431E135133f
Octal2622172550243364652377
Binary101100101000111110101101010100111111010011010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FAD; }

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

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

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

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

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

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

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

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