#B28AA6

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

Shades of London Hue #B28AA6

Tints of London Hue #B28AA6

Color information

#B28AA6 (or 0xB28AA6) is unknown color: approx London Hue. HEX triplet: B2, 8A and A6. RGB value is (178,138,166). Sum of RGB (Red+Green+Blue) = 178+138+166=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA6 is #4D7559. Grayscale: #999999. Windows color (decimal): -5076314 or 10914482. OLE color: 10914482.

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

Color convert

RGB178138166-
CMYK00.220.070.30
HSL318º20.62%61.96%-
HSV(B)318º22.47%69.8%-
XYZ34.3330.440.13-
YUV153.15135.25145.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=36.93%
G=28.63%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813816600.220.070.3031820.6261.96
HexB28AA601671E13e153e
Octal2622122460267364762576
Binary1011001010001010101001100101101111111010011111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AA6; }

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

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

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

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

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

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

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

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