Html Css Color HEX #BE9DD2 Wisteria

📋 copy color: '#BE9DD2'

red 190 ◦ green 157 ◦ blue 210

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

Shades of Wisteria #BE9DD2

Tints of Wisteria #BE9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 34.11%
G = 28.19%
B = 37.7%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE9DD2 (or 0xBE9DD2) is known color: Wisteria. HEX triplet: BE, 9D and D2. RGB value is (190,157,210). Sum of RGB (Red+Green+Blue) = 190+157+210=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DD2 is #41622D. Grayscale: #ACACAC. Windows color (decimal): -4284974 or 13802942. OLE color: 13802942.

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

Color convert

RGB 190 157 210 -
CMYK 0.10 0.25 0 0.18
HSL 277.36º 0.37% 0.72% -
HSV(B) 277.36º 0.25% 0.82% -
XYZ 44.93 39.71 66.27 -
YUV 172.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 190 157 210 0.10 0.25 0 0.18 277.36 0.37 0.72
Hex BE 9D D2 A 19 0 12 115 25 48
Octal 276 235 322 12 31 0 22 425 45 110
Binary 10111110 10011101 11010010 1010 11001 0 10010 100010101 100101 1001000

Color Harmonies of #BE9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9DD2

Black with #BE9DD2

Text Example


Text Example

White with #BE9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9DD2; }

 p { color: rgb(190,157,210); }

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

background-color css

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

 a { background-color: rgb(190,157,210); }

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

border-color css

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

 span { border-color: rgb(190,157,210); }

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