#BE9ACF

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

Shades of Wisteria #BE9ACF

Tints of Wisteria #BE9ACF

Color information

#BE9ACF (or 0xBE9ACF) is unknown color: approx Wisteria. HEX triplet: BE, 9A and CF. RGB value is (190,154,207). Sum of RGB (Red+Green+Blue) = 190+154+207=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACF is #416530. Grayscale: #AAAAAA. Windows color (decimal): -4285745 or 13605566. OLE color: 13605566.

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

Color convert

RGB190154207-
CMYK0.080.2600.19
HSL280.75º35.57%70.78%-
HSV(B)280.75º25.6%81.18%-
XYZ44.0538.5664.15-
YUV170.81148.43141.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=34.48%
G=27.95%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901542070.080.2600.19280.7535.5770.78
HexBE9ACF81A0131192447
Octal276232317103202343144107
Binary1011111010011010110011111000110100100111000110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ACF; }

 p { color: rgb(190,154,207); }

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

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

 a { background-color: rgb(190,154,207); }

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

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

 span { border-color: rgb(190,154,207); }

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