#BF899C

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

Shades of Viola #BF899C

Tints of Viola #BF899C

Color information

#BF899C (or 0xBF899C) is unknown color: approx Viola. HEX triplet: BF, 89 and 9C. RGB value is (191,137,156). Sum of RGB (Red+Green+Blue) = 191+137+156=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF899C is #407663. Grayscale: #9B9B9B. Windows color (decimal): -4224612 or 10258879. OLE color: 10258879.

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

Color convert

RGB191137156-
CMYK00.280.180.25
HSL338.89º29.67%64.31%-
HSV(B)338.89º28.27%74.9%-
XYZ36.4331.3735.59-
YUV155.31128.39153.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=39.46%
G=28.31%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113715600.280.180.25338.8929.6764.31
HexBF899C01C12191531e40
Octal277211234034223152336100
Binary1011111110001001100111000111001001011001101010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF899C; }

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

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

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

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

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

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

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

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