Html Css Color HEX #BE98D4 Wisteria

📋 copy color: '#BE98D4'

red 190 ◦ green 152 ◦ blue 212

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

Shades of Wisteria #BE98D4

Tints of Wisteria #BE98D4

RGB

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

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

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

R = 34.3%
G = 27.44%
B = 38.27%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE98D4 (or 0xBE98D4) is known color: Wisteria. HEX triplet: BE, 98 and D4. RGB value is (190,152,212). Sum of RGB (Red+Green+Blue) = 190+152+212=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98D4 is #41672B. Grayscale: #AAAAAA. Windows color (decimal): -4286252 or 13932734. OLE color: 13932734.

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

Color convert

RGB 190 152 212 -
CMYK 0.10 0.28 0 0.17
HSL 278º 0.41% 0.71% -
HSV(B) 278º 0.28% 0.83% -
XYZ 44.35 38.16 67.32 -
YUV 170.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 190 152 212 0.10 0.28 0 0.17 278 0.41 0.71
Hex BE 98 D4 A 1C 0 11 116 29 47
Octal 276 230 324 12 34 0 21 426 51 107
Binary 10111110 10011000 11010100 1010 11100 0 10001 100010110 101001 1000111

Color Harmonies of #BE98D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98D4

Black with #BE98D4

Text Example


Text Example

White with #BE98D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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