#B28AAF

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

Shades of London Hue #B28AAF

Tints of London Hue #B28AAF

Color information

#B28AAF (or 0xB28AAF) is unknown color: approx London Hue. HEX triplet: B2, 8A and AF. RGB value is (178,138,175). Sum of RGB (Red+Green+Blue) = 178+138+175=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AAF is #4D7550. Grayscale: #9A9A9A. Windows color (decimal): -5076305 or 11504306. OLE color: 11504306.

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

Color convert

RGB178138175-
CMYK00.220.020.30
HSL304.5º20.62%61.96%-
HSV(B)304.5º22.47%69.8%-
XYZ35.1930.7444.64-
YUV154.18139.75144.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=36.25%
G=28.11%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813817500.220.020.30304.520.6261.96
HexB28AAF01621E130153e
Octal2622122570262364602576
Binary101100101000101010101111010110101111010011000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AAF; }

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

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

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

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

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

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

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

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