Html Css Color HEX #BE98D7 Wisteria

📋 copy color: '#BE98D7'

red 190 ◦ green 152 ◦ blue 215

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

Shades of Wisteria #BE98D7

Tints of Wisteria #BE98D7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.29%

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 34.11%
G = 27.29%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE98D7 (or 0xBE98D7) is known color: Wisteria. HEX triplet: BE, 98 and D7. RGB value is (190,152,215). Sum of RGB (Red+Green+Blue) = 190+152+215=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98D7 is #416728. Grayscale: #AAAAAA. Windows color (decimal): -4286249 or 14129342. OLE color: 14129342.

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

Color convert

RGB 190 152 215 -
CMYK 0.12 0.29 0 0.16
HSL 276.19º 0.44% 0.72% -
HSV(B) 276.19º 0.29% 0.84% -
XYZ 44.73 38.31 69.33 -
YUV 170.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 190 152 215 0.12 0.29 0 0.16 276.19 0.44 0.72
Hex BE 98 D7 C 1D 0 10 114 2C 48
Octal 276 230 327 14 35 0 20 424 54 110
Binary 10111110 10011000 11010111 1100 11101 0 10000 100010100 101100 1001000

Color Harmonies of #BE98D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98D7

Black with #BE98D7

Text Example


Text Example

White with #BE98D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98D7; }

 p { color: rgb(190,152,215); }

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

background-color css

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

 a { background-color: rgb(190,152,215); }

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

border-color css

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

 span { border-color: rgb(190,152,215); }

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