#BF949C

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

Shades of Viola #BF949C

Tints of Viola #BF949C

Color information

#BF949C (or 0xBF949C) is unknown color: approx Viola. HEX triplet: BF, 94 and 9C. RGB value is (191,148,156). Sum of RGB (Red+Green+Blue) = 191+148+156=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF949C is #406B63. Grayscale: #A1A1A1. Windows color (decimal): -4221796 or 10261695. OLE color: 10261695.

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

Color convert

RGB191148156-
CMYK00.230.180.25
HSL348.84º25.15%66.47%-
HSV(B)348.84º22.51%74.9%-
XYZ38.0834.6636.14-
YUV161.77124.75148.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=38.59%
G=29.90%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114815600.230.180.25348.8425.1566.47
HexBF949C017121915d1942
Octal277224234027223153531102
Binary1011111110010100100111000101111001011001101011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF949C; }

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

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

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

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

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

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

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

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