#BF9ACF

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

Shades of Wisteria #BF9ACF

Tints of Wisteria #BF9ACF

Color information

#BF9ACF (or 0xBF9ACF) is unknown color: approx Wisteria. HEX triplet: BF, 9A and CF. RGB value is (191,154,207). Sum of RGB (Red+Green+Blue) = 191+154+207=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ACF is #406530. Grayscale: #AAAAAA. Windows color (decimal): -4220209 or 13605567. OLE color: 13605567.

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

Color convert

RGB191154207-
CMYK0.080.2600.19
HSL281.89º35.57%70.78%-
HSV(B)281.89º25.6%81.18%-
XYZ44.338.6964.16-
YUV171.1148.26142.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=34.60%
G=27.90%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911542070.080.2600.19281.8935.5770.78
HexBF9ACF81A01311a2447
Octal277232317103202343244107
Binary1011111110011010110011111000110100100111000110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ACF; }

 p { color: rgb(191,154,207); }

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

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

 a { background-color: rgb(191,154,207); }

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

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

 span { border-color: rgb(191,154,207); }

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