#BD899E

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

Shades of Viola #BD899E

Tints of Viola #BD899E

Color information

#BD899E (or 0xBD899E) is unknown color: approx Viola. HEX triplet: BD, 89 and 9E. RGB value is (189,137,158). Sum of RGB (Red+Green+Blue) = 189+137+158=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD899E is #427661. Grayscale: #9A9A9A. Windows color (decimal): -4355682 or 10389949. OLE color: 10389949.

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

Color convert

RGB189137158-
CMYK00.280.160.26
HSL335.77º28.26%63.92%-
HSV(B)335.77º27.51%74.12%-
XYZ36.131.1836.46-
YUV154.94129.73152.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=39.05%
G=28.31%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913715800.280.160.26335.7728.2663.92
HexBD899E01C101A1501c40
Octal275211236034203252034100
Binary1011110110001001100111100111001000011010101010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD899E; }

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

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

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

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

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

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

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

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