Html Css Color HEX #BE9ED3 Wisteria

📋 copy color: '#BE9ED3'

red 190 ◦ green 158 ◦ blue 211

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

Shades of Wisteria #BE9ED3

Tints of Wisteria #BE9ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.26%

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 33.99%
G = 28.26%
B = 37.75%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE9ED3 (or 0xBE9ED3) is known color: Wisteria. HEX triplet: BE, 9E and D3. RGB value is (190,158,211). Sum of RGB (Red+Green+Blue) = 190+158+211=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ED3 is #41612C. Grayscale: #ADADAD. Windows color (decimal): -4284717 or 13868734. OLE color: 13868734.

HSL color Cylindrical-coordinate representation of color #BE9ED3: hue angle of 276.23º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9ED3 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 158 211 -
CMYK 0.10 0.25 0 0.17
HSL 276.23º 0.38% 0.72% -
HSV(B) 276.23º 0.25% 0.83% -
XYZ 45.22 40.1 66.99 -
YUV 173.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 190 158 211 0.10 0.25 0 0.17 276.23 0.38 0.72
Hex BE 9E D3 A 19 0 11 114 26 48
Octal 276 236 323 12 31 0 21 424 46 110
Binary 10111110 10011110 11010011 1010 11001 0 10001 100010100 100110 1001000

Color Harmonies of #BE9ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9ED3

Black with #BE9ED3

Text Example


Text Example

White with #BE9ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9ED3; }

 p { color: rgb(190,158,211); }

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

background-color css

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

 a { background-color: rgb(190,158,211); }

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

border-color css

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

 span { border-color: rgb(190,158,211); }

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