Html Css Color HEX #BE9BD6 Wisteria

📋 copy color: '#BE9BD6'

red 190 ◦ green 155 ◦ blue 214

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

Shades of Wisteria #BE9BD6

Tints of Wisteria #BE9BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 33.99%
G = 27.73%
B = 38.28%

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

#BE9BD6 (or 0xBE9BD6) is known color: Wisteria. HEX triplet: BE, 9B and D6. RGB value is (190,155,214). Sum of RGB (Red+Green+Blue) = 190+155+214=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD6 is #416429. Grayscale: #ABABAB. Windows color (decimal): -4285482 or 14064574. OLE color: 14064574.

HSL color Cylindrical-coordinate representation of color #BE9BD6: hue angle of 275.59º degrees, saturation: 0.42, 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 #BE9BD6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 155 214 -
CMYK 0.11 0.28 0 0.16
HSL 275.59º 0.42% 0.72% -
HSV(B) 275.59º 0.28% 0.84% -
XYZ 45.09 39.24 68.82 -
YUV 172.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 190 155 214 0.11 0.28 0 0.16 275.59 0.42 0.72
Hex BE 9B D6 B 1C 0 10 114 2A 48
Octal 276 233 326 13 34 0 20 424 52 110
Binary 10111110 10011011 11010110 1011 11100 0 10000 100010100 101010 1001000

Color Harmonies of #BE9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BD6

Black with #BE9BD6

Text Example


Text Example

White with #BE9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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