#BF9ECB

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

Shades of Wisteria #BF9ECB

Tints of Wisteria #BF9ECB

Color information

#BF9ECB (or 0xBF9ECB) is unknown color: approx Wisteria. HEX triplet: BF, 9E and CB. RGB value is (191,158,203). Sum of RGB (Red+Green+Blue) = 191+158+203=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ECB is #406134. Grayscale: #ACACAC. Windows color (decimal): -4219189 or 13344447. OLE color: 13344447.

HSL color Cylindrical-coordinate representation of color #BF9ECB: hue angle of 284º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF9ECB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191158203-
CMYK0.060.2200.20
HSL284º30.2%70.78%-
HSV(B)284º22.17%79.61%-
XYZ44.4939.8461.85-
YUV173144.93140.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=34.60%
G=28.62%
B=36.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911582030.060.2200.2028430.270.78
HexBF9ECB61601411c1e47
Octal27723631362602443436107
Binary10111111100111101100101111010110010100100011100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ECB; }

 p { color: rgb(191,158,203); }

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

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

 a { background-color: rgb(191,158,203); }

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

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

 span { border-color: rgb(191,158,203); }

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