#BF9BCA

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

Shades of Wisteria #BF9BCA

Tints of Wisteria #BF9BCA

Color information

#BF9BCA (or 0xBF9BCA) is unknown color: approx Wisteria. HEX triplet: BF, 9B and CA. RGB value is (191,155,202). Sum of RGB (Red+Green+Blue) = 191+155+202=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BCA is #406435. Grayscale: #AAAAAA. Windows color (decimal): -4219958 or 13278143. OLE color: 13278143.

HSL color Cylindrical-coordinate representation of color #BF9BCA: hue angle of 285.96º degrees, saturation: 0.31, 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 #BF9BCA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191155202-
CMYK0.050.2300.21
HSL285.96º30.72%70%-
HSV(B)285.96º23.27%79.22%-
XYZ43.8738.7861.05-
YUV171.12145.43142.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=34.85%
G=28.28%
B=36.86%

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
Decimal1911552020.050.2300.21285.9630.7270
HexBF9BCA51701511e1f46
Octal27723331252702543637106
Binary10111111100110111100101010110111010101100011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BCA; }

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

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

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

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

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

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

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

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