Html Css Color HEX #BE98CE Wisteria

📋 copy color: '#BE98CE'

red 190 ◦ green 152 ◦ blue 206

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

Shades of Wisteria #BE98CE

Tints of Wisteria #BE98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 34.67%
G = 27.74%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE98CE (or 0xBE98CE) is known color: Wisteria. HEX triplet: BE, 98 and CE. RGB value is (190,152,206). Sum of RGB (Red+Green+Blue) = 190+152+206=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98CE is #416731. Grayscale: #A9A9A9. Windows color (decimal): -4286258 or 13539518. OLE color: 13539518.

HSL color Cylindrical-coordinate representation of color #BE98CE: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE98CE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 152 206 -
CMYK 0.08 0.26 0 0.19
HSL 282.22º 0.36% 0.7% -
HSV(B) 282.22º 0.26% 0.81% -
XYZ 43.6 37.86 63.4 -
YUV 169.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 190 152 206 0.08 0.26 0 0.19 282.22 0.36 0.7
Hex BE 98 CE 8 1A 0 13 11A 24 46
Octal 276 230 316 10 32 0 23 432 44 106
Binary 10111110 10011000 11001110 1000 11010 0 10011 100011010 100100 1000110

Color Harmonies of #BE98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98CE

Black with #BE98CE

Text Example


Text Example

White with #BE98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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