#B8A0B6

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

Shades of London Hue #B8A0B6

Tints of London Hue #B8A0B6

Color information

#B8A0B6 (or 0xB8A0B6) is unknown color: approx London Hue. HEX triplet: B8, A0 and B6. RGB value is (184,160,182). Sum of RGB (Red+Green+Blue) = 184+160+182=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0B6 is #475F49. Grayscale: #A9A9A9. Windows color (decimal): -4677450 or 11968696. OLE color: 11968696.

HSL color Cylindrical-coordinate representation of color #B8A0B6: hue angle of 305º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A0B6 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184160182-
CMYK00.130.010.28
HSL305º14.46%67.45%-
HSV(B)305º13.04%72.16%-
XYZ40.7838.7149.58-
YUV169.68134.95138.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=34.98%
G=30.42%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416018200.130.010.2830514.4667.45
HexB8A0B60D11C131e43
Octal27024026601513446116103
Binary1011100010100000101101100110111110010011000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0B6; }

 p { color: rgb(184,160,182); }

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

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

 a { background-color: rgb(184,160,182); }

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

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

 span { border-color: rgb(184,160,182); }

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