#BF9CA9

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

Shades of Viola #BF9CA9

Tints of Viola #BF9CA9

Color information

#BF9CA9 (or 0xBF9CA9) is unknown color: approx Viola. HEX triplet: BF, 9C and A9. RGB value is (191,156,169). Sum of RGB (Red+Green+Blue) = 191+156+169=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CA9 is #406356. Grayscale: #A7A7A7. Windows color (decimal): -4219735 or 11115711. OLE color: 11115711.

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

Color convert

RGB191156169-
CMYK00.180.120.25
HSL337.71º21.47%68.04%-
HSV(B)337.71º18.32%74.9%-
XYZ40.5437.7242.68-
YUV167.95128.6144.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=37.02%
G=30.23%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115616900.180.120.25337.7121.4768.04
HexBF9CA9012C191521544
Octal277234251022143152225104
Binary101111111001110010101001010010110011001101010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CA9; }

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

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

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

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

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

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

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

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