#BD889E

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

Shades of Viola #BD889E

Tints of Viola #BD889E

Color information

#BD889E (or 0xBD889E) is unknown color: approx Viola. HEX triplet: BD, 88 and 9E. RGB value is (189,136,158). Sum of RGB (Red+Green+Blue) = 189+136+158=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD889E is #427761. Grayscale: #9A9A9A. Windows color (decimal): -4355938 or 10389693. OLE color: 10389693.

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

Color convert

RGB189136158-
CMYK00.280.160.26
HSL335.09º28.65%63.73%-
HSV(B)335.09º28.04%74.12%-
XYZ35.9630.936.42-
YUV154.35130.06152.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=39.13%
G=28.16%
B=32.71%

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
Decimal18913615800.280.160.26335.0928.6563.73
HexBD889E01C101A14f1d40
Octal275210236034203251735100
Binary1011110110001000100111100111001000011010101001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD889E; }

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

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

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

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

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

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

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

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