#B984AB

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

Shades of London Hue #B984AB

Tints of London Hue #B984AB

Color information

#B984AB (or 0xB984AB) is unknown color: approx London Hue. HEX triplet: B9, 84 and AB. RGB value is (185,132,171). Sum of RGB (Red+Green+Blue) = 185+132+171=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B984AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984AB is #467B54. Grayscale: #989898. Windows color (decimal): -4619093 or 11240633. OLE color: 11240633.

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

Color convert

RGB185132171-
CMYK00.290.080.27
HSL315.85º27.46%62.16%-
HSV(B)315.85º28.65%72.55%-
XYZ35.6129.7642.39-
YUV152.29138.56151.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=37.91%
G=27.05%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513217100.290.080.27315.8527.4662.16
HexB984AB01D81B13c1b3e
Octal27120425303510334743376
Binary10111001100001001010101101110110001101110011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984AB; }

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

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

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

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

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

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

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

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