#BF96CE

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

Shades of Wisteria #BF96CE

Tints of Wisteria #BF96CE

Color information

#BF96CE (or 0xBF96CE) is unknown color: approx Wisteria. HEX triplet: BF, 96 and CE. RGB value is (191,150,206). Sum of RGB (Red+Green+Blue) = 191+150+206=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96CE is #406931. Grayscale: #A8A8A8. Windows color (decimal): -4221234 or 13539007. OLE color: 13539007.

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

Color convert

RGB191150206-
CMYK0.070.2700.19
HSL283.93º36.36%69.8%-
HSV(B)283.93º27.18%80.78%-
XYZ43.5337.3563.31-
YUV168.64149.08143.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=34.92%
G=27.42%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911502060.070.2700.19283.9336.3669.8
HexBF96CE71B01311c2446
Octal27722631673302343444106
Binary101111111001011011001110111110110100111000111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96CE; }

 p { color: rgb(191,150,206); }

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

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

 a { background-color: rgb(191,150,206); }

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

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

 span { border-color: rgb(191,150,206); }

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