#B984B4

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

Shades of London Hue #B984B4

Tints of London Hue #B984B4

Color information

#B984B4 (or 0xB984B4) is unknown color: approx London Hue. HEX triplet: B9, 84 and B4. RGB value is (185,132,180). Sum of RGB (Red+Green+Blue) = 185+132+180=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B984B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984B4 is #467B4B. Grayscale: #999999. Windows color (decimal): -4619084 or 11830457. OLE color: 11830457.

HSL color Cylindrical-coordinate representation of color #B984B4: hue angle of 305.66º 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 #B984B4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB185132180-
CMYK00.290.030.27
HSL305.66º27.46%62.16%-
HSV(B)305.66º28.65%72.55%-
XYZ36.530.1147.07-
YUV153.32143.06150.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=37.22%
G=26.56%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513218000.290.030.27305.6627.4662.16
HexB984B401D31B1321b3e
Octal2712042640353334623376
Binary101110011000010010110100011101111101110011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984B4; }

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

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

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

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

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

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

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

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