#B984BC

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

Shades of London Hue #B984BC

Tints of London Hue #B984BC

Color information

#B984BC (or 0xB984BC) is unknown color: approx London Hue. HEX triplet: B9, 84 and BC. RGB value is (185,132,188). Sum of RGB (Red+Green+Blue) = 185+132+188=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #B984BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BC is #467B43. Grayscale: #9A9A9A. Windows color (decimal): -4619076 or 12354745. OLE color: 12354745.

HSL color Cylindrical-coordinate representation of color #B984BC: hue angle of 296.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B984BC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185132188-
CMYK0.020.3000.26
HSL296.79º29.47%62.75%-
HSV(B)296.79º29.79%73.73%-
XYZ37.3430.4551.49-
YUV154.23147.06149.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=36.63%
G=26.14%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851321880.020.3000.26296.7929.4762.75
HexB984BC21E01A1291d3f
Octal2712042742360324513577
Binary101110011000010010111100101111001101010010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984BC; }

 p { color: rgb(185,132,188); }

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

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

 a { background-color: rgb(185,132,188); }

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

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

 span { border-color: rgb(185,132,188); }

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