Html Css Color HEX #BE9BD4 Wisteria

📋 copy color: '#BE9BD4'

red 190 ◦ green 155 ◦ blue 212

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

Shades of Wisteria #BE9BD4

Tints of Wisteria #BE9BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 34.11%
G = 27.83%
B = 38.06%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE9BD4 (or 0xBE9BD4) is known color: Wisteria. HEX triplet: BE, 9B and D4. RGB value is (190,155,212). Sum of RGB (Red+Green+Blue) = 190+155+212=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD4 is #41642B. Grayscale: #ABABAB. Windows color (decimal): -4285484 or 13933502. OLE color: 13933502.

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

Color convert

RGB 190 155 212 -
CMYK 0.10 0.27 0 0.17
HSL 276.84º 0.4% 0.72% -
HSV(B) 276.84º 0.27% 0.83% -
XYZ 44.84 39.14 67.48 -
YUV 171.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 190 155 212 0.10 0.27 0 0.17 276.84 0.4 0.72
Hex BE 9B D4 A 1B 0 11 115 28 48
Octal 276 233 324 12 33 0 21 425 50 110
Binary 10111110 10011011 11010100 1010 11011 0 10001 100010101 101000 1001000

Color Harmonies of #BE9BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BD4

Black with #BE9BD4

Text Example


Text Example

White with #BE9BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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