#B981BA

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

Shades of London Hue #B981BA

Tints of London Hue #B981BA

Color information

#B981BA (or 0xB981BA) is unknown color: approx London Hue. HEX triplet: B9, 81 and BA. RGB value is (185,129,186). Sum of RGB (Red+Green+Blue) = 185+129+186=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B981BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BA is #467E45. Grayscale: #989898. Windows color (decimal): -4619846 or 12222905. OLE color: 12222905.

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

Color convert

RGB185129186-
CMYK0.010.3100.27
HSL298.95º29.23%61.76%-
HSV(B)298.95º30.65%72.94%-
XYZ36.7229.5650.22-
YUV152.24147.05151.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=37%
G=25.8%
B=37.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851291860.010.3100.27298.9529.2361.76
HexB981BA11F01B12b1d3e
Octal2712012721370334533576
Binary10111001100000011011101011111101101110010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981BA; }

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

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

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

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

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

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

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

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