Html Css Color HEX #BE99DA Wisteria

📋 copy color: '#BE99DA'

red 190 ◦ green 153 ◦ blue 218

#BE99DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BE99DA

Tints of Wisteria #BE99DA

RGB

 RED value IS 190 (74.61% from 255) = 33.87%

 GREEN value IS 153 (60.16% from 255) = 27.27%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 33.87%
G = 27.27%
B = 38.86%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE99DA (or 0xBE99DA) is known color: Wisteria. HEX triplet: BE, 99 and DA. RGB value is (190,153,218). Sum of RGB (Red+Green+Blue) = 190+153+218=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99DA is #416625. Grayscale: #ABABAB. Windows color (decimal): -4285990 or 14326206. OLE color: 14326206.

HSL color Cylindrical-coordinate representation of color #BE99DA: hue angle of 274.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE99DA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 153 218 -
CMYK 0.13 0.30 0 0.15
HSL 274.15º 0.47% 0.73% -
HSV(B) 274.15º 0.3% 0.85% -
XYZ 45.28 38.79 71.43 -
YUV 171.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 190 153 218 0.13 0.30 0 0.15 274.15 0.47 0.73
Hex BE 99 DA D 1E 0 F 112 2F 49
Octal 276 231 332 15 36 0 17 422 57 111
Binary 10111110 10011001 11011010 1101 11110 0 1111 100010010 101111 1001001

Color Harmonies of #BE99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE99DA

Black with #BE99DA

Text Example


Text Example

White with #BE99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE99DA; }

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

 H1.HeaderClassName
 {
   color: #BE99DA;
 }
 .AnyTagClassName
 {
   color: #BE99DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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