#B981BC

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

Shades of London Hue #B981BC

Tints of London Hue #B981BC

Color information

#B981BC (or 0xB981BC) is unknown color: approx London Hue. HEX triplet: B9, 81 and BC. RGB value is (185,129,188). Sum of RGB (Red+Green+Blue) = 185+129+188=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B981BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BC is #467E43. Grayscale: #989898. Windows color (decimal): -4619844 or 12353977. OLE color: 12353977.

HSL color Cylindrical-coordinate representation of color #B981BC: hue angle of 296.95º degrees, saturation: 0.31, 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 #B981BC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185129188-
CMYK0.020.3100.26
HSL296.95º30.57%62.16%-
HSV(B)296.95º31.38%73.73%-
XYZ36.9329.6551.35-
YUV152.47148.05151.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=36.85%
G=25.70%
B=37.45%

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
Decimal1851291880.020.3100.26296.9530.5762.16
HexB981BC21F01A1291f3e
Octal2712012742370324513776
Binary101110011000000110111100101111101101010010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981BC; }

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

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

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

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

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

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

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

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