#B889BC

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

Shades of London Hue #B889BC

Tints of London Hue #B889BC

Color information

#B889BC (or 0xB889BC) is unknown color: approx London Hue. HEX triplet: B8, 89 and BC. RGB value is (184,137,188). Sum of RGB (Red+Green+Blue) = 184+137+188=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #B889BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889BC is #477643. Grayscale: #9C9C9C. Windows color (decimal): -4683332 or 12356024. OLE color: 12356024.

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

Color convert

RGB184137188-
CMYK0.020.2700.26
HSL295.29º27.57%63.73%-
HSV(B)295.29º27.13%73.73%-
XYZ37.7931.7151.71-
YUV156.87145.57147.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=36.15%
G=26.92%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841371880.020.2700.26295.2927.5763.73
HexB889BC21B01A1271c40
Octal27021127423303244734100
Binary1011100010001001101111001011011011010100100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889BC; }

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

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

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

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

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

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

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

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