#BF9CCA

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

Shades of Wisteria #BF9CCA

Tints of Wisteria #BF9CCA

Color information

#BF9CCA (or 0xBF9CCA) is unknown color: approx Wisteria. HEX triplet: BF, 9C and CA. RGB value is (191,156,202). Sum of RGB (Red+Green+Blue) = 191+156+202=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CCA is #406335. Grayscale: #ABABAB. Windows color (decimal): -4219702 or 13278399. OLE color: 13278399.

HSL color Cylindrical-coordinate representation of color #BF9CCA: hue angle of 285.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9CCA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191156202-
CMYK0.050.2300.21
HSL285.65º30.26%70.2%-
HSV(B)285.65º22.77%79.22%-
XYZ44.0339.1261.11-
YUV171.71145.1141.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=34.79%
G=28.42%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911562020.050.2300.21285.6530.2670.2
HexBF9CCA51701511e1e46
Octal27723431252702543636106
Binary10111111100111001100101010110111010101100011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CCA; }

 p { color: rgb(191,156,202); }

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

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

 a { background-color: rgb(191,156,202); }

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

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

 span { border-color: rgb(191,156,202); }

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