Html Css Color HEX #BE9BD7 Wisteria

📋 copy color: '#BE9BD7'

red 190 ◦ green 155 ◦ blue 215

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

Shades of Wisteria #BE9BD7

Tints of Wisteria #BE9BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.68%

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 33.93%
G = 27.68%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE9BD7 (or 0xBE9BD7) is known color: Wisteria. HEX triplet: BE, 9B and D7. RGB value is (190,155,215). Sum of RGB (Red+Green+Blue) = 190+155+215=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE9BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD7 is #416428. Grayscale: #ACACAC. Windows color (decimal): -4285481 or 14130110. OLE color: 14130110.

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

Color convert

RGB 190 155 215 -
CMYK 0.12 0.28 0 0.16
HSL 275º 0.43% 0.73% -
HSV(B) 275º 0.28% 0.84% -
XYZ 45.22 39.3 69.49 -
YUV 172.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 190 155 215 0.12 0.28 0 0.16 275 0.43 0.73
Hex BE 9B D7 C 1C 0 10 113 2B 49
Octal 276 233 327 14 34 0 20 423 53 111
Binary 10111110 10011011 11010111 1100 11100 0 10000 100010011 101011 1001001

Color Harmonies of #BE9BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BD7

Black with #BE9BD7

Text Example


Text Example

White with #BE9BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BD7; }

 p { color: rgb(190,155,215); }

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

background-color css

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

 a { background-color: rgb(190,155,215); }

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

border-color css

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

 span { border-color: rgb(190,155,215); }

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