#B982BC

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

Shades of London Hue #B982BC

Tints of London Hue #B982BC

Color information

#B982BC (or 0xB982BC) is unknown color: approx London Hue. HEX triplet: B9, 82 and BC. RGB value is (185,130,188). Sum of RGB (Red+Green+Blue) = 185+130+188=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B982BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BC is #467D43. Grayscale: #989898. Windows color (decimal): -4619588 or 12354233. OLE color: 12354233.

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

Color convert

RGB185130188-
CMYK0.020.3100.26
HSL296.9º30.21%62.35%-
HSV(B)296.9º30.85%73.73%-
XYZ37.0729.9151.4-
YUV153.06147.72150.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=36.78%
G=25.84%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851301880.020.3100.26296.930.2162.35
HexB982BC21F01A1291e3e
Octal2712022742370324513676
Binary101110011000001010111100101111101101010010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982BC; }

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

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

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

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

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

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

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

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