Html Css Color HEX #B979BA London Hue

📋 copy color: '#B979BA'

red 185 ◦ green 121 ◦ blue 186

#B979BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B979BA

Tints of London Hue #B979BA

RGB

 RED value IS 185 (72.66% from 255) = 37.6%

 GREEN value IS 121 (47.66% from 255) = 24.59%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 37.6%
G = 24.59%
B = 37.8%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B979BA (or 0xB979BA) is known color: 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

RGB 185 121 186 -
CMYK 0.01 0.35 0 0.27
HSL 299.08º 0.32% 0.6% -
HSV(B) 299.08º 0.35% 0.73% -
XYZ 35.71 27.53 49.89 -
YUV 147.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 185 121 186 0.01 0.35 0 0.27 299.08 0.32 0.6
Hex B9 79 BA 1 23 0 1B 12B 20 3C
Octal 271 171 272 1 43 0 33 453 40 74
Binary 10111001 1111001 10111010 1 100011 0 11011 100101011 100000 111100

Color Harmonies of #B979BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979BA

Black with #B979BA

Text Example


Text Example

White with #B979BA

Text Example


Text Example

HTML Codes & Css Web 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>