#B984B2

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

Shades of London Hue #B984B2

Tints of London Hue #B984B2

Color information

#B984B2 (or 0xB984B2) is unknown color: approx London Hue. HEX triplet: B9, 84 and B2. RGB value is (185,132,178). Sum of RGB (Red+Green+Blue) = 185+132+178=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B984B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984B2 is #467B4D. Grayscale: #989898. Windows color (decimal): -4619086 or 11699385. OLE color: 11699385.

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

Color convert

RGB185132178-
CMYK00.290.040.27
HSL307.92º27.46%62.16%-
HSV(B)307.92º28.65%72.55%-
XYZ36.2930.0346-
YUV153.09142.06150.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=37.37%
G=26.67%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513217800.290.040.27307.9227.4662.16
HexB984B201D41B1341b3e
Octal2712042620354334643376
Binary1011100110000100101100100111011001101110011010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984B2; }

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

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

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

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

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

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

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

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