#BD9398

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

Shades of Viola #BD9398

Tints of Viola #BD9398

Color information

#BD9398 (or 0xBD9398) is unknown color: approx Viola. HEX triplet: BD, 93 and 98. RGB value is (189,147,152). Sum of RGB (Red+Green+Blue) = 189+147+152=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9398 is #426C67. Grayscale: #A0A0A0. Windows color (decimal): -4353128 or 9999293. OLE color: 9999293.

HSL color Cylindrical-coordinate representation of color #BD9398: hue angle of 352.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD9398 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189147152-
CMYK00.220.200.26
HSL352.86º24.14%65.88%-
HSV(B)352.86º22.22%74.12%-
XYZ37.0933.9534.3-
YUV160.13123.41148.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=38.73%
G=30.12%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914715200.220.200.26352.8624.1465.88
HexBD9398016141A1611842
Octal275223230026243254130102
Binary1011110110010011100110000101101010011010101100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9398; }

 p { color: rgb(189,147,152); }

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

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

 a { background-color: rgb(189,147,152); }

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

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

 span { border-color: rgb(189,147,152); }

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