#BF959C

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

Shades of Viola #BF959C

Tints of Viola #BF959C

Color information

#BF959C (or 0xBF959C) is unknown color: approx Viola. HEX triplet: BF, 95 and 9C. RGB value is (191,149,156). Sum of RGB (Red+Green+Blue) = 191+149+156=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF959C is #406A63. Grayscale: #A2A2A2. Windows color (decimal): -4221540 or 10261951. OLE color: 10261951.

HSL color Cylindrical-coordinate representation of color #BF959C: hue angle of 350º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF959C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191149156-
CMYK00.220.180.25
HSL350º24.71%66.67%-
HSV(B)350º21.99%74.9%-
XYZ38.2334.9736.19-
YUV162.36124.41148.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=38.51%
G=30.04%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114915600.220.180.2535024.7166.67
HexBF959C016121915e1943
Octal277225234026223153631103
Binary1011111110010101100111000101101001011001101011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF959C; }

 p { color: rgb(191,149,156); }

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

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

 a { background-color: rgb(191,149,156); }

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

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

 span { border-color: rgb(191,149,156); }

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