#B983BA

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

Shades of London Hue #B983BA

Tints of London Hue #B983BA

Color information

#B983BA (or 0xB983BA) is unknown color: approx London Hue. HEX triplet: B9, 83 and BA. RGB value is (185,131,186). Sum of RGB (Red+Green+Blue) = 185+131+186=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B983BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BA is #467C45. Grayscale: #999999. Windows color (decimal): -4619334 or 12223417. OLE color: 12223417.

HSL color Cylindrical-coordinate representation of color #B983BA: hue angle of 298.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B983BA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185131186-
CMYK0.010.3000.27
HSL298.91º28.5%62.16%-
HSV(B)298.91º29.57%72.94%-
XYZ36.9930.0950.31-
YUV153.42146.39150.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=36.85%
G=26.10%
B=37.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851311860.010.3000.27298.9128.562.16
HexB983BA11E01B12b1c3e
Octal2712032721360334533476
Binary10111001100000111011101011111001101110010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983BA; }

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

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

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

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

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

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

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

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