#B983AD

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

Shades of London Hue #B983AD

Tints of London Hue #B983AD

Color information

#B983AD (or 0xB983AD) is unknown color: approx London Hue. HEX triplet: B9, 83 and AD. RGB value is (185,131,173). Sum of RGB (Red+Green+Blue) = 185+131+173=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AD is #467C52. Grayscale: #979797. Windows color (decimal): -4619347 or 11371449. OLE color: 11371449.

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

Color convert

RGB185131173-
CMYK00.290.060.27
HSL313.33º27.84%61.96%-
HSV(B)313.33º29.19%72.55%-
XYZ35.6729.5643.36-
YUV151.93139.89151.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=37.83%
G=26.79%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513117300.290.060.27313.3327.8461.96
HexB983AD01D61B1391c3e
Octal2712032550356334713476
Binary1011100110000011101011010111011101101110011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983AD; }

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

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

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

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

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

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

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

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