#BD929F

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

Shades of Viola #BD929F

Tints of Viola #BD929F

Color information

#BD929F (or 0xBD929F) is unknown color: approx Viola. HEX triplet: BD, 92 and 9F. RGB value is (189,146,159). Sum of RGB (Red+Green+Blue) = 189+146+159=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929F is #426D60. Grayscale: #A0A0A0. Windows color (decimal): -4353377 or 10457789. OLE color: 10457789.

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

Color convert

RGB189146159-
CMYK00.230.160.26
HSL341.86º24.57%65.69%-
HSV(B)341.86º22.75%74.12%-
XYZ37.5233.8837.36-
YUV160.34127.25148.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=38.26%
G=29.55%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914615900.230.160.26341.8624.5765.69
HexBD929F017101A1561942
Octal275222237027203252631102
Binary1011110110010010100111110101111000011010101010110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD929F; }

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

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

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

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

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

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

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

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