#BD959B

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

Shades of Viola #BD959B

Tints of Viola #BD959B

Color information

#BD959B (or 0xBD959B) is unknown color: approx Viola. HEX triplet: BD, 95 and 9B. RGB value is (189,149,155). Sum of RGB (Red+Green+Blue) = 189+149+155=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959B is #426A64. Grayscale: #A1A1A1. Windows color (decimal): -4352613 or 10196413. OLE color: 10196413.

HSL color Cylindrical-coordinate representation of color #BD959B: hue angle of 351º 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 #BD959B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189149155-
CMYK00.210.180.26
HSL351º23.26%66.27%-
HSV(B)351º21.16%74.12%-
XYZ37.6534.6835.72-
YUV161.64124.25147.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=38.34%
G=30.22%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914915500.210.180.2635123.2666.27
HexBD959B015121A15f1742
Octal275225233025223253727102
Binary1011110110010101100110110101011001011010101011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD959B; }

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

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

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

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

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

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

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

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