Html Css Color HEX #BE9ECF Wisteria

📋 copy color: '#BE9ECF'

red 190 ◦ green 158 ◦ blue 207

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

Shades of Wisteria #BE9ECF

Tints of Wisteria #BE9ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 34.23%
G = 28.47%
B = 37.3%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE9ECF (or 0xBE9ECF) is known color: Wisteria. HEX triplet: BE, 9E and CF. RGB value is (190,158,207). Sum of RGB (Red+Green+Blue) = 190+158+207=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ECF is #416130. Grayscale: #ACACAC. Windows color (decimal): -4284721 or 13606590. OLE color: 13606590.

HSL color Cylindrical-coordinate representation of color #BE9ECF: hue angle of 279.18º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9ECF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 158 207 -
CMYK 0.08 0.24 0 0.19
HSL 279.18º 0.34% 0.72% -
HSV(B) 279.18º 0.24% 0.81% -
XYZ 44.72 39.91 64.38 -
YUV 173.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 190 158 207 0.08 0.24 0 0.19 279.18 0.34 0.72
Hex BE 9E CF 8 18 0 13 117 22 48
Octal 276 236 317 10 30 0 23 427 42 110
Binary 10111110 10011110 11001111 1000 11000 0 10011 100010111 100010 1001000

Color Harmonies of #BE9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9ECF

Black with #BE9ECF

Text Example


Text Example

White with #BE9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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