#BD8999

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

Shades of Viola #BD8999

Tints of Viola #BD8999

Color information

#BD8999 (or 0xBD8999) is unknown color: approx Viola. HEX triplet: BD, 89 and 99. RGB value is (189,137,153). Sum of RGB (Red+Green+Blue) = 189+137+153=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8999 is #427666. Grayscale: #9A9A9A. Windows color (decimal): -4355687 or 10062269. OLE color: 10062269.

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

Color convert

RGB189137153-
CMYK00.280.190.26
HSL341.54º28.26%63.92%-
HSV(B)341.54º27.51%74.12%-
XYZ35.6831.0134.24-
YUV154.37127.23152.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=39.46%
G=28.60%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913715300.280.190.26341.5428.2663.92
HexBD899901C131A1561c40
Octal275211231034233252634100
Binary1011110110001001100110010111001001111010101010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8999; }

 p { color: rgb(189,137,153); }

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

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

 a { background-color: rgb(189,137,153); }

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

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

 span { border-color: rgb(189,137,153); }

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