#B891BC

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

Shades of London Hue #B891BC

Tints of London Hue #B891BC

Color information

#B891BC (or 0xB891BC) is unknown color: approx London Hue. HEX triplet: B8, 91 and BC. RGB value is (184,145,188). Sum of RGB (Red+Green+Blue) = 184+145+188=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B891BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891BC is #476E43. Grayscale: #A1A1A1. Windows color (decimal): -4681284 or 12358072. OLE color: 12358072.

HSL color Cylindrical-coordinate representation of color #B891BC: hue angle of 294.42º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B891BC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184145188-
CMYK0.020.2300.26
HSL294.42º24.29%65.29%-
HSV(B)294.42º22.87%73.73%-
XYZ38.9734.0752.1-
YUV161.56142.92144-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=35.59%
G=28.05%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841451880.020.2300.26294.4224.2965.29
HexB891BC21701A1261841
Octal27022127422703244630101
Binary1011100010010001101111001010111011010100100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891BC; }

 p { color: rgb(184,145,188); }

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

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

 a { background-color: rgb(184,145,188); }

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

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

 span { border-color: rgb(184,145,188); }

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