#BE99D1

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

Shades of Wisteria #BE99D1

Tints of Wisteria #BE99D1

Color information

#BE99D1 (or 0xBE99D1) is unknown color: approx Wisteria. HEX triplet: BE, 99 and D1. RGB value is (190,153,209). Sum of RGB (Red+Green+Blue) = 190+153+209=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D1 is #41662E. Grayscale: #AAAAAA. Windows color (decimal): -4285999 or 13736382. OLE color: 13736382.

HSL color Cylindrical-coordinate representation of color #BE99D1: hue angle of 279.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE99D1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190153209-
CMYK0.090.2700.18
HSL279.64º37.84%70.98%-
HSV(B)279.64º26.79%81.96%-
XYZ44.1438.3365.39-
YUV170.45149.76141.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=34.42%
G=27.72%
B=37.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901532090.090.2700.18279.6437.8470.98
HexBE99D191B0121182647
Octal276231321113302243046107
Binary1011111010011001110100011001110110100101000110001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99D1; }

 p { color: rgb(190,153,209); }

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

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

 a { background-color: rgb(190,153,209); }

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

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

 span { border-color: rgb(190,153,209); }

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