#B29DA3

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

Shades of Viola #B29DA3

Tints of Viola #B29DA3

Color information

#B29DA3 (or 0xB29DA3) is unknown color: approx Viola. HEX triplet: B2, 9D and A3. RGB value is (178,157,163). Sum of RGB (Red+Green+Blue) = 178+157+163=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DA3 is #4D625C. Grayscale: #A3A3A3. Windows color (decimal): -5071453 or 10722738. OLE color: 10722738.

HSL color Cylindrical-coordinate representation of color #B29DA3: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B29DA3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB178157163-
CMYK00.120.080.30
HSL342.86º12%65.69%-
HSV(B)342.86º11.8%69.8%-
XYZ37.0336.2239.69-
YUV163.96127.46138.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=35.74%
G=31.53%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815716300.120.080.30342.861265.69
HexB29DA30C81E157c42
Octal262235243014103652714102
Binary1011001010011101101000110110010001111010101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DA3; }

 p { color: rgb(178,157,163); }

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

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

 a { background-color: rgb(178,157,163); }

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

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

 span { border-color: rgb(178,157,163); }

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