#B983AA

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

Shades of London Hue #B983AA

Tints of London Hue #B983AA

Color information

#B983AA (or 0xB983AA) is unknown color: approx London Hue. HEX triplet: B9, 83 and AA. RGB value is (185,131,170). Sum of RGB (Red+Green+Blue) = 185+131+170=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AA is #467C55. Grayscale: #979797. Windows color (decimal): -4619350 or 11174841. OLE color: 11174841.

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

Color convert

RGB185131170-
CMYK00.290.080.27
HSL316.67º27.84%61.96%-
HSV(B)316.67º29.19%72.55%-
XYZ35.3829.4541.85-
YUV151.59138.39151.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=38.07%
G=26.95%
B=34.98%

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
Decimal18513117000.290.080.27316.6727.8461.96
HexB983AA01D81B13d1c3e
Octal27120325203510334753476
Binary10111001100000111010101001110110001101110011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983AA; }

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

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

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

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

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

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

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

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