#BD8C9A

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

Shades of Viola #BD8C9A

Tints of Viola #BD8C9A

Color information

#BD8C9A (or 0xBD8C9A) is unknown color: approx Viola. HEX triplet: BD, 8C and 9A. RGB value is (189,140,154). Sum of RGB (Red+Green+Blue) = 189+140+154=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C9A is #427365. Grayscale: #9C9C9C. Windows color (decimal): -4354918 or 10128573. OLE color: 10128573.

HSL color Cylindrical-coordinate representation of color #BD8C9A: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8C9A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189140154-
CMYK00.260.190.26
HSL342.86º27.07%64.51%-
HSV(B)342.86º25.93%74.12%-
XYZ36.231.9134.82-
YUV156.25126.73151.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=39.13%
G=28.99%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914015400.260.190.26342.8627.0764.51
HexBD8C9A01A131A1571b41
Octal275214232032233252733101
Binary1011110110001100100110100110101001111010101010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C9A; }

 p { color: rgb(189,140,154); }

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

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

 a { background-color: rgb(189,140,154); }

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

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

 span { border-color: rgb(189,140,154); }

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