#BD969D

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

Shades of Viola #BD969D

Tints of Viola #BD969D

Color information

#BD969D (or 0xBD969D) is unknown color: approx Viola. HEX triplet: BD, 96 and 9D. RGB value is (189,150,157). Sum of RGB (Red+Green+Blue) = 189+150+157=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969D is #426962. Grayscale: #A2A2A2. Windows color (decimal): -4352355 or 10327741. OLE color: 10327741.

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

Color convert

RGB189150157-
CMYK00.210.170.26
HSL349.23º22.81%66.47%-
HSV(B)349.23º20.63%74.12%-
XYZ37.9835.0736.66-
YUV162.46124.92146.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=38.10%
G=30.24%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915015700.210.170.26349.2322.8166.47
HexBD969D015111A15d1742
Octal275226235025213253527102
Binary1011110110010110100111010101011000111010101011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD969D; }

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

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

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

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

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

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

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

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