#BD959D

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

Shades of Viola #BD959D

Tints of Viola #BD959D

Color information

#BD959D (or 0xBD959D) is unknown color: approx Viola. HEX triplet: BD, 95 and 9D. RGB value is (189,149,157). Sum of RGB (Red+Green+Blue) = 189+149+157=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959D is #426A62. Grayscale: #A1A1A1. Windows color (decimal): -4352611 or 10327485. OLE color: 10327485.

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

Color convert

RGB189149157-
CMYK00.210.170.26
HSL348º23.26%66.27%-
HSV(B)348º21.16%74.12%-
XYZ37.8234.7536.61-
YUV161.87125.25147.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=38.18%
G=30.10%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914915700.210.170.2634823.2666.27
HexBD959D015111A15c1742
Octal275225235025213253427102
Binary1011110110010101100111010101011000111010101011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD959D; }

 p { color: rgb(189,149,157); }

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

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

 a { background-color: rgb(189,149,157); }

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

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

 span { border-color: rgb(189,149,157); }

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