Html Css Color HEX #BE9CD5 Wisteria

📋 copy color: '#BE9CD5'

red 190 ◦ green 156 ◦ blue 213

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

Shades of Wisteria #BE9CD5

Tints of Wisteria #BE9CD5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.91%

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

R = 33.99%
G = 27.91%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE9CD5 (or 0xBE9CD5) is known color: Wisteria. HEX triplet: BE, 9C and D5. RGB value is (190,156,213). Sum of RGB (Red+Green+Blue) = 190+156+213=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE9CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CD5 is #41632A. Grayscale: #ACACAC. Windows color (decimal): -4285227 or 13999294. OLE color: 13999294.

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

Color convert

RGB 190 156 213 -
CMYK 0.11 0.27 0 0.16
HSL 275.79º 0.4% 0.72% -
HSV(B) 275.79º 0.27% 0.84% -
XYZ 45.13 39.53 68.2 -
YUV 172.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 190 156 213 0.11 0.27 0 0.16 275.79 0.4 0.72
Hex BE 9C D5 B 1B 0 10 114 28 48
Octal 276 234 325 13 33 0 20 424 50 110
Binary 10111110 10011100 11010101 1011 11011 0 10000 100010100 101000 1001000

Color Harmonies of #BE9CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CD5

Black with #BE9CD5

Text Example


Text Example

White with #BE9CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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