#BD919C

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

Shades of Viola #BD919C

Tints of Viola #BD919C

Color information

#BD919C (or 0xBD919C) is unknown color: approx Viola. HEX triplet: BD, 91 and 9C. RGB value is (189,145,156). Sum of RGB (Red+Green+Blue) = 189+145+156=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD919C is #426E63. Grayscale: #9F9F9F. Windows color (decimal): -4353636 or 10260925. OLE color: 10260925.

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

Color convert

RGB189145156-
CMYK00.230.170.26
HSL345º25%65.49%-
HSV(B)345º23.28%74.12%-
XYZ37.1133.4735.96-
YUV159.41126.08149.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=38.57%
G=29.59%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914515600.230.170.263452565.49
HexBD919C017111A1591941
Octal275221234027213253131101
Binary1011110110010001100111000101111000111010101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD919C; }

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

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

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

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

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

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

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

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