#B888AD

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

Shades of London Hue #B888AD

Tints of London Hue #B888AD

Color information

#B888AD (or 0xB888AD) is unknown color: approx London Hue. HEX triplet: B8, 88 and AD. RGB value is (184,136,173). Sum of RGB (Red+Green+Blue) = 184+136+173=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B888AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888AD is #477752. Grayscale: #9A9A9A. Windows color (decimal): -4683603 or 11372728. OLE color: 11372728.

HSL color Cylindrical-coordinate representation of color #B888AD: hue angle of 313.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888AD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184136173-
CMYK00.260.060.28
HSL313.75º25.26%62.75%-
HSV(B)313.75º26.09%72.16%-
XYZ36.1130.8243.58-
YUV154.57138.4148.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=37.32%
G=27.59%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413617300.260.060.28313.7525.2662.75
HexB888AD01A61C13a193f
Octal2702102550326344723177
Binary1011100010001000101011010110101101110010011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888AD; }

 p { color: rgb(184,136,173); }

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

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

 a { background-color: rgb(184,136,173); }

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

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

 span { border-color: rgb(184,136,173); }

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