#B887B4

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

Shades of London Hue #B887B4

Tints of London Hue #B887B4

Color information

#B887B4 (or 0xB887B4) is unknown color: approx London Hue. HEX triplet: B8, 87 and B4. RGB value is (184,135,180). Sum of RGB (Red+Green+Blue) = 184+135+180=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B887B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887B4 is #47784B. Grayscale: #9A9A9A. Windows color (decimal): -4683852 or 11831224. OLE color: 11831224.

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

Color convert

RGB184135180-
CMYK00.270.020.28
HSL304.9º25.65%62.55%-
HSV(B)304.9º26.63%72.16%-
XYZ36.6730.8147.19-
YUV154.78142.23148.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=36.87%
G=27.05%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413518000.270.020.28304.925.6562.55
HexB887B401B21C1311a3f
Octal2702072640332344613277
Binary101110001000011110110100011011101110010011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887B4; }

 p { color: rgb(184,135,180); }

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

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

 a { background-color: rgb(184,135,180); }

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

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

 span { border-color: rgb(184,135,180); }

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