#B979BA

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

Shades of London Hue #B979BA

Tints of London Hue #B979BA

Color information

#B979BA (or 0xB979BA) is unknown color: approx London Hue. HEX triplet: B9, 79 and BA. RGB value is (185,121,186). Sum of RGB (Red+Green+Blue) = 185+121+186=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B979BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979BA is #468645. Grayscale: #939393. Windows color (decimal): -4621894 or 12220857. OLE color: 12220857.

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

Color convert

RGB185121186-
CMYK0.010.3500.27
HSL299.08º32.02%60.2%-
HSV(B)299.08º34.95%72.94%-
XYZ35.7127.5349.89-
YUV147.55149.7154.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=37.60%
G=24.59%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851211860.010.3500.27299.0832.0260.2
HexB979BA12301B12b203c
Octal2711712721430334534074
Binary101110011111001101110101100011011011100101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979BA; }

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

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

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

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

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

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

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

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