#BF9FCE

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

Shades of Wisteria #BF9FCE

Tints of Wisteria #BF9FCE

Color information

#BF9FCE (or 0xBF9FCE) is unknown color: approx Wisteria. HEX triplet: BF, 9F and CE. RGB value is (191,159,206). Sum of RGB (Red+Green+Blue) = 191+159+206=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FCE is #406031. Grayscale: #ADADAD. Windows color (decimal): -4218930 or 13541311. OLE color: 13541311.

HSL color Cylindrical-coordinate representation of color #BF9FCE: hue angle of 280.85º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9FCE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191159206-
CMYK0.070.2300.19
HSL280.85º32.41%71.57%-
HSV(B)280.85º22.82%80.78%-
XYZ45.0240.3363.8-
YUV173.93146.1140.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=34.35%
G=28.60%
B=37.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911592060.070.2300.19280.8532.4171.57
HexBF9FCE7170131192048
Octal27723731672702343140110
Binary101111111001111111001110111101110100111000110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FCE; }

 p { color: rgb(191,159,206); }

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

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

 a { background-color: rgb(191,159,206); }

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

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

 span { border-color: rgb(191,159,206); }

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