#BF8B98

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

Shades of Viola #BF8B98

Tints of Viola #BF8B98

Color information

#BF8B98 (or 0xBF8B98) is unknown color: approx Viola. HEX triplet: BF, 8B and 98. RGB value is (191,139,152). Sum of RGB (Red+Green+Blue) = 191+139+152=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B98 is #407467. Grayscale: #9C9C9C. Windows color (decimal): -4224104 or 9997247. OLE color: 9997247.

HSL color Cylindrical-coordinate representation of color #BF8B98: hue angle of 345º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8B98 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191139152-
CMYK00.270.200.25
HSL345º28.89%64.71%-
HSV(B)345º27.23%74.9%-
XYZ36.3931.8133.93-
YUV156.03125.73152.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=39.63%
G=28.84%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113915200.270.200.2534528.8964.71
HexBF8B9801B14191591d41
Octal277213230033243153135101
Binary1011111110001011100110000110111010011001101011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B98; }

 p { color: rgb(191,139,152); }

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

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

 a { background-color: rgb(191,139,152); }

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

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

 span { border-color: rgb(191,139,152); }

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