#B983BC

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

Shades of London Hue #B983BC

Tints of London Hue #B983BC

Color information

#B983BC (or 0xB983BC) is unknown color: approx London Hue. HEX triplet: B9, 83 and BC. RGB value is (185,131,188). Sum of RGB (Red+Green+Blue) = 185+131+188=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #B983BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BC is #467C43. Grayscale: #999999. Windows color (decimal): -4619332 or 12354489. OLE color: 12354489.

HSL color Cylindrical-coordinate representation of color #B983BC: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B983BC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185131188-
CMYK0.020.3000.26
HSL296.84º29.84%62.55%-
HSV(B)296.84º30.32%73.73%-
XYZ37.230.1851.44-
YUV153.64147.39150.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=36.71%
G=25.99%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851311880.020.3000.26296.8429.8462.55
HexB983BC21E01A1291e3f
Octal2712032742360324513677
Binary101110011000001110111100101111001101010010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983BC; }

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

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

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

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

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

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

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

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