#B982BA

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

Shades of London Hue #B982BA

Tints of London Hue #B982BA

Color information

#B982BA (or 0xB982BA) is unknown color: approx London Hue. HEX triplet: B9, 82 and BA. RGB value is (185,130,186). Sum of RGB (Red+Green+Blue) = 185+130+186=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B982BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BA is #467D45. Grayscale: #989898. Windows color (decimal): -4619590 or 12223161. OLE color: 12223161.

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

Color convert

RGB185130186-
CMYK0.010.3000.27
HSL298.93º28.87%61.96%-
HSV(B)298.93º30.11%72.94%-
XYZ36.8529.8250.27-
YUV152.83146.72150.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=36.93%
G=25.95%
B=37.13%

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
Decimal1851301860.010.3000.27298.9328.8761.96
HexB982BA11E01B12b1d3e
Octal2712022721360334533576
Binary10111001100000101011101011111001101110010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982BA; }

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

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

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

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

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

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

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

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