#B984AF

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

Shades of London Hue #B984AF

Tints of London Hue #B984AF

Color information

#B984AF (or 0xB984AF) is unknown color: approx London Hue. HEX triplet: B9, 84 and AF. RGB value is (185,132,175). Sum of RGB (Red+Green+Blue) = 185+132+175=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B984AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984AF is #467B50. Grayscale: #989898. Windows color (decimal): -4619089 or 11502777. OLE color: 11502777.

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

Color convert

RGB185132175-
CMYK00.290.050.27
HSL311.32º27.46%62.16%-
HSV(B)311.32º28.65%72.55%-
XYZ3629.9144.43-
YUV152.75140.56151-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=37.60%
G=26.83%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513217500.290.050.27311.3227.4662.16
HexB984AF01D51B1371b3e
Octal2712042570355334673376
Binary1011100110000100101011110111011011101110011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984AF; }

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

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

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

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

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

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

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

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