#BF969E

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

Shades of Viola #BF969E

Tints of Viola #BF969E

Color information

#BF969E (or 0xBF969E) is unknown color: approx Viola. HEX triplet: BF, 96 and 9E. RGB value is (191,150,158). Sum of RGB (Red+Green+Blue) = 191+150+158=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF969E is #406961. Grayscale: #A3A3A3. Windows color (decimal): -4221282 or 10393279. OLE color: 10393279.

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

Color convert

RGB191150158-
CMYK00.210.170.25
HSL348.29º24.26%66.86%-
HSV(B)348.29º21.47%74.9%-
XYZ38.5635.3637.14-
YUV163.17125.08147.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=38.28%
G=30.06%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115015800.210.170.25348.2924.2666.86
HexBF969E015111915c1843
Octal277226236025213153430103
Binary1011111110010110100111100101011000111001101011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF969E; }

 p { color: rgb(191,150,158); }

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

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

 a { background-color: rgb(191,150,158); }

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

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

 span { border-color: rgb(191,150,158); }

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