#BF9EA8

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

Shades of Viola #BF9EA8

Tints of Viola #BF9EA8

Color information

#BF9EA8 (or 0xBF9EA8) is unknown color: approx Viola. HEX triplet: BF, 9E and A8. RGB value is (191,158,168). Sum of RGB (Red+Green+Blue) = 191+158+168=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EA8 is #406157. Grayscale: #A8A8A8. Windows color (decimal): -4219224 or 11050687. OLE color: 11050687.

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

Color convert

RGB191158168-
CMYK00.170.120.25
HSL341.82º20.5%68.43%-
HSV(B)341.82º17.28%74.9%-
XYZ40.7838.3642.3-
YUV169.01127.43143.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=36.94%
G=30.56%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115816800.170.120.25341.8220.568.43
HexBF9EA8011C191561444
Octal277236250021143152624104
Binary101111111001111010101000010001110011001101010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EA8; }

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

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

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

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

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

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

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

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