#B984BB

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

Shades of London Hue #B984BB

Tints of London Hue #B984BB

Color information

#B984BB (or 0xB984BB) is unknown color: approx London Hue. HEX triplet: B9, 84 and BB. RGB value is (185,132,187). Sum of RGB (Red+Green+Blue) = 185+132+187=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B984BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BB is #467B44. Grayscale: #999999. Windows color (decimal): -4619077 or 12289209. OLE color: 12289209.

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

Color convert

RGB185132187-
CMYK0.010.2900.27
HSL297.82º28.8%62.55%-
HSV(B)297.82º29.41%73.33%-
XYZ37.2330.450.92-
YUV154.12146.56150.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=36.71%
G=26.19%
B=37.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851321870.010.2900.27297.8228.862.55
HexB984BB11D01B12a1d3f
Octal2712042731350334523577
Binary10111001100001001011101111110101101110010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984BB; }

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

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

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

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

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

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

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

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