#BD939C

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

Shades of Viola #BD939C

Tints of Viola #BD939C

Color information

#BD939C (or 0xBD939C) is unknown color: approx Viola. HEX triplet: BD, 93 and 9C. RGB value is (189,147,156). Sum of RGB (Red+Green+Blue) = 189+147+156=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD939C is #426C63. Grayscale: #A0A0A0. Windows color (decimal): -4353124 or 10261437. OLE color: 10261437.

HSL color Cylindrical-coordinate representation of color #BD939C: hue angle of 347.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD939C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189147156-
CMYK00.220.170.26
HSL347.14º24.14%65.88%-
HSV(B)347.14º22.22%74.12%-
XYZ37.4234.0936.06-
YUV160.58125.41148.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=38.41%
G=29.88%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914715600.220.170.26347.1424.1465.88
HexBD939C016111A15b1842
Octal275223234026213253330102
Binary1011110110010011100111000101101000111010101011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD939C; }

 p { color: rgb(189,147,156); }

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

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

 a { background-color: rgb(189,147,156); }

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

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

 span { border-color: rgb(189,147,156); }

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