#BF9DCE

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

Shades of Wisteria #BF9DCE

Tints of Wisteria #BF9DCE

Color information

#BF9DCE (or 0xBF9DCE) is unknown color: approx Wisteria. HEX triplet: BF, 9D and CE. RGB value is (191,157,206). Sum of RGB (Red+Green+Blue) = 191+157+206=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DCE is #406231. Grayscale: #ACACAC. Windows color (decimal): -4219442 or 13540799. OLE color: 13540799.

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

Color convert

RGB191157206-
CMYK0.070.2400.19
HSL281.63º33.33%71.18%-
HSV(B)281.63º23.79%80.78%-
XYZ44.6839.6563.69-
YUV172.75146.76141.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=34.48%
G=28.34%
B=37.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911572060.070.2400.19281.6333.3371.18
HexBF9DCE71801311a2147
Octal27723531673002343241107
Binary101111111001110111001110111110000100111000110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DCE; }

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

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

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

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

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

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

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

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