#BF9DCB

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

Shades of Wisteria #BF9DCB

Tints of Wisteria #BF9DCB

Color information

#BF9DCB (or 0xBF9DCB) is unknown color: approx Wisteria. HEX triplet: BF, 9D and CB. RGB value is (191,157,203). Sum of RGB (Red+Green+Blue) = 191+157+203=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DCB is #406234. Grayscale: #ACACAC. Windows color (decimal): -4219445 or 13344191. OLE color: 13344191.

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

Color convert

RGB191157203-
CMYK0.060.2300.20
HSL284.35º30.67%70.59%-
HSV(B)284.35º22.66%79.61%-
XYZ44.3239.561.79-
YUV172.41145.26141.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=34.66%
G=28.49%
B=36.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911572030.060.2300.20284.3530.6770.59
HexBF9DCB61701411c1f47
Octal27723531362702443437107
Binary10111111100111011100101111010111010100100011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DCB; }

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

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

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

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

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

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

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

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