#B983AB

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

Shades of London Hue #B983AB

Tints of London Hue #B983AB

Color information

#B983AB (or 0xB983AB) is unknown color: approx London Hue. HEX triplet: B9, 83 and AB. RGB value is (185,131,171). Sum of RGB (Red+Green+Blue) = 185+131+171=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AB is #467C54. Grayscale: #979797. Windows color (decimal): -4619349 or 11240377. OLE color: 11240377.

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

Color convert

RGB185131171-
CMYK00.290.080.27
HSL315.56º27.84%61.96%-
HSV(B)315.56º29.19%72.55%-
XYZ35.4729.4942.35-
YUV151.71138.89151.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=37.99%
G=26.90%
B=35.11%

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
Decimal18513117100.290.080.27315.5627.8461.96
HexB983AB01D81B13c1c3e
Octal27120325303510334743476
Binary10111001100000111010101101110110001101110011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983AB; }

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

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

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

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

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

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

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

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