#BD969F

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

Shades of Viola #BD969F

Tints of Viola #BD969F

Color information

#BD969F (or 0xBD969F) is unknown color: approx Viola. HEX triplet: BD, 96 and 9F. RGB value is (189,150,159). Sum of RGB (Red+Green+Blue) = 189+150+159=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969F is #426960. Grayscale: #A2A2A2. Windows color (decimal): -4352353 or 10458813. OLE color: 10458813.

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

Color convert

RGB189150159-
CMYK00.210.160.26
HSL346.15º22.81%66.47%-
HSV(B)346.15º20.63%74.12%-
XYZ38.1535.1337.57-
YUV162.69125.92146.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=37.95%
G=30.12%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915015900.210.160.26346.1522.8166.47
HexBD969F015101A15a1742
Octal275226237025203253227102
Binary1011110110010110100111110101011000011010101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD969F; }

 p { color: rgb(189,150,159); }

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

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

 a { background-color: rgb(189,150,159); }

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

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

 span { border-color: rgb(189,150,159); }

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