Html Css Color HEX #BE9AD5 Wisteria

📋 copy color: '#BE9AD5'

red 190 ◦ green 154 ◦ blue 213

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

Shades of Wisteria #BE9AD5

Tints of Wisteria #BE9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.65%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 34.11%
G = 27.65%
B = 38.24%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE9AD5 (or 0xBE9AD5) is known color: Wisteria. HEX triplet: BE, 9A and D5. RGB value is (190,154,213). Sum of RGB (Red+Green+Blue) = 190+154+213=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9AD5 is #41652A. Grayscale: #ABABAB. Windows color (decimal): -4285739 or 13998782. OLE color: 13998782.

HSL color Cylindrical-coordinate representation of color #BE9AD5: hue angle of 276.61º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9AD5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 154 213 -
CMYK 0.11 0.28 0 0.16
HSL 276.61º 0.41% 0.72% -
HSV(B) 276.61º 0.28% 0.84% -
XYZ 44.8 38.86 68.09 -
YUV 171.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 190 154 213 0.11 0.28 0 0.16 276.61 0.41 0.72
Hex BE 9A D5 B 1C 0 10 115 29 48
Octal 276 232 325 13 34 0 20 425 51 110
Binary 10111110 10011010 11010101 1011 11100 0 10000 100010101 101001 1001000

Color Harmonies of #BE9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AD5

Black with #BE9AD5

Text Example


Text Example

White with #BE9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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