Html Css Color HEX #BE96CE Wisteria

📋 copy color: '#BE96CE'

red 190 ◦ green 150 ◦ blue 206

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

Shades of Wisteria #BE96CE

Tints of Wisteria #BE96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

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

R = 34.8%
G = 27.47%
B = 37.73%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE96CE (or 0xBE96CE) is known color: Wisteria. HEX triplet: BE, 96 and CE. RGB value is (190,150,206). Sum of RGB (Red+Green+Blue) = 190+150+206=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CE is #416931. Grayscale: #A8A8A8. Windows color (decimal): -4286770 or 13539006. OLE color: 13539006.

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

Color convert

RGB 190 150 206 -
CMYK 0.08 0.27 0 0.19
HSL 282.86º 0.36% 0.7% -
HSV(B) 282.86º 0.27% 0.81% -
XYZ 43.28 37.22 63.29 -
YUV 168.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 190 150 206 0.08 0.27 0 0.19 282.86 0.36 0.7
Hex BE 96 CE 8 1B 0 13 11B 24 46
Octal 276 226 316 10 33 0 23 433 44 106
Binary 10111110 10010110 11001110 1000 11011 0 10011 100011011 100100 1000110

Color Harmonies of #BE96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96CE

Black with #BE96CE

Text Example


Text Example

White with #BE96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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