#BD889C

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

Shades of Viola #BD889C

Tints of Viola #BD889C

Color information

#BD889C (or 0xBD889C) is unknown color: approx Viola. HEX triplet: BD, 88 and 9C. RGB value is (189,136,156). Sum of RGB (Red+Green+Blue) = 189+136+156=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD889C is #427763. Grayscale: #9A9A9A. Windows color (decimal): -4355940 or 10258621. OLE color: 10258621.

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

Color convert

RGB189136156-
CMYK00.280.170.26
HSL337.36º28.65%63.73%-
HSV(B)337.36º28.04%74.12%-
XYZ35.7930.8335.52-
YUV154.13129.06152.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=39.29%
G=28.27%
B=32.43%

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
Decimal18913615600.280.170.26337.3628.6563.73
HexBD889C01C111A1511d40
Octal275210234034213252135100
Binary1011110110001000100111000111001000111010101010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD889C; }

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

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

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

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

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

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

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

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