#BD979F

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

Shades of Viola #BD979F

Tints of Viola #BD979F

Color information

#BD979F (or 0xBD979F) is unknown color: approx Viola. HEX triplet: BD, 97 and 9F. RGB value is (189,151,159). Sum of RGB (Red+Green+Blue) = 189+151+159=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD979F is #426860. Grayscale: #A3A3A3. Windows color (decimal): -4352097 or 10459069. OLE color: 10459069.

HSL color Cylindrical-coordinate representation of color #BD979F: hue angle of 347.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD979F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189151159-
CMYK00.200.160.26
HSL347.37º22.35%66.67%-
HSV(B)347.37º20.11%74.12%-
XYZ38.3135.4637.63-
YUV163.27125.59146.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=37.88%
G=30.26%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915115900.200.160.26347.3722.3566.67
HexBD979F014101A15b1643
Octal275227237024203253326103
Binary1011110110010111100111110101001000011010101011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD979F; }

 p { color: rgb(189,151,159); }

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

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

 a { background-color: rgb(189,151,159); }

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

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

 span { border-color: rgb(189,151,159); }

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