#B887BA

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

Shades of London Hue #B887BA

Tints of London Hue #B887BA

Color information

#B887BA (or 0xB887BA) is unknown color: approx London Hue. HEX triplet: B8, 87 and BA. RGB value is (184,135,186). Sum of RGB (Red+Green+Blue) = 184+135+186=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B887BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887BA is #477845. Grayscale: #9B9B9B. Windows color (decimal): -4683846 or 12224440. OLE color: 12224440.

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

Color convert

RGB184135186-
CMYK0.010.2700.27
HSL297.65º26.98%62.94%-
HSV(B)297.65º27.42%72.94%-
XYZ37.2931.0650.48-
YUV155.46145.23148.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=36.44%
G=26.73%
B=36.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841351860.010.2700.27297.6526.9862.94
HexB887BA11B01B12a1b3f
Octal2702072721330334523377
Binary10111000100001111011101011101101101110010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887BA; }

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

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

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

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

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

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

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

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