#BD919B

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

Shades of Viola #BD919B

Tints of Viola #BD919B

Color information

#BD919B (or 0xBD919B) is unknown color: approx Viola. HEX triplet: BD, 91 and 9B. RGB value is (189,145,155). Sum of RGB (Red+Green+Blue) = 189+145+155=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD919B is #426E64. Grayscale: #9F9F9F. Windows color (decimal): -4353637 or 10195389. OLE color: 10195389.

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

Color convert

RGB189145155-
CMYK00.230.180.26
HSL346.36º25%65.49%-
HSV(B)346.36º23.28%74.12%-
XYZ37.0333.4435.51-
YUV159.3125.58149.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=38.65%
G=29.65%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914515500.230.180.26346.362565.49
HexBD919B017121A15a1941
Octal275221233027223253231101
Binary1011110110010001100110110101111001011010101011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD919B; }

 p { color: rgb(189,145,155); }

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

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

 a { background-color: rgb(189,145,155); }

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

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

 span { border-color: rgb(189,145,155); }

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