#BB979E

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

Shades of Viola #BB979E

Tints of Viola #BB979E

Color information

#BB979E (or 0xBB979E) is unknown color: approx Viola. HEX triplet: BB, 97 and 9E. RGB value is (187,151,158). Sum of RGB (Red+Green+Blue) = 187+151+158=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979E is #446861. Grayscale: #A2A2A2. Windows color (decimal): -4483170 or 10393531. OLE color: 10393531.

HSL color Cylindrical-coordinate representation of color #BB979E: hue angle of 348.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB979E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187151158-
CMYK00.190.160.27
HSL348.33º20.93%66.27%-
HSV(B)348.33º19.25%73.33%-
XYZ37.7335.1737.15-
YUV162.56125.43145.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=37.70%
G=30.44%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115800.190.160.27348.3320.9366.27
HexBB979E013101B15c1542
Octal273227236023203353425102
Binary1011101110010111100111100100111000011011101011100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB979E; }

 p { color: rgb(187,151,158); }

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

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

 a { background-color: rgb(187,151,158); }

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

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

 span { border-color: rgb(187,151,158); }

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