#B983AC

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

Shades of London Hue #B983AC

Tints of London Hue #B983AC

Color information

#B983AC (or 0xB983AC) is unknown color: approx London Hue. HEX triplet: B9, 83 and AC. RGB value is (185,131,172). Sum of RGB (Red+Green+Blue) = 185+131+172=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AC is #467C53. Grayscale: #979797. Windows color (decimal): -4619348 or 11305913. OLE color: 11305913.

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

Color convert

RGB185131172-
CMYK00.290.070.27
HSL314.44º27.84%61.96%-
HSV(B)314.44º29.19%72.55%-
XYZ35.5729.5342.85-
YUV151.82139.39151.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=37.91%
G=26.84%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513117200.290.070.27314.4427.8461.96
HexB983AC01D71B13a1c3e
Octal2712032540357334723476
Binary1011100110000011101011000111011111101110011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983AC; }

 p { color: rgb(185,131,172); }

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

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

 a { background-color: rgb(185,131,172); }

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

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

 span { border-color: rgb(185,131,172); }

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