#BD899C

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

Shades of Viola #BD899C

Tints of Viola #BD899C

Color information

#BD899C (or 0xBD899C) is unknown color: approx Viola. HEX triplet: BD, 89 and 9C. RGB value is (189,137,156). Sum of RGB (Red+Green+Blue) = 189+137+156=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD899C is #427663. Grayscale: #9A9A9A. Windows color (decimal): -4355684 or 10258877. OLE color: 10258877.

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

Color convert

RGB189137156-
CMYK00.280.170.26
HSL338.08º28.26%63.92%-
HSV(B)338.08º27.51%74.12%-
XYZ35.9331.1135.56-
YUV154.71128.73152.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=39.21%
G=28.42%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913715600.280.170.26338.0828.2663.92
HexBD899C01C111A1521c40
Octal275211234034213252234100
Binary1011110110001001100111000111001000111010101010010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD899C; }

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

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

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

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

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

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

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

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