Html Css Color HEX #BE92CE Wisteria

📋 copy color: '#BE92CE'

red 190 ◦ green 146 ◦ blue 206

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

Shades of Wisteria #BE92CE

Tints of Wisteria #BE92CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.94%

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

R = 35.06%
G = 26.94%
B = 38.01%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE92CE (or 0xBE92CE) is known color: Wisteria. HEX triplet: BE, 92 and CE. RGB value is (190,146,206). Sum of RGB (Red+Green+Blue) = 190+146+206=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92CE is #416D31. Grayscale: #A5A5A5. Windows color (decimal): -4287794 or 13537982. OLE color: 13537982.

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

Color convert

RGB 190 146 206 -
CMYK 0.08 0.29 0 0.19
HSL 284º 0.38% 0.69% -
HSV(B) 284º 0.29% 0.81% -
XYZ 42.65 35.96 63.09 -
YUV 166 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 190 146 206 0.08 0.29 0 0.19 284 0.38 0.69
Hex BE 92 CE 8 1D 0 13 11C 26 45
Octal 276 222 316 10 35 0 23 434 46 105
Binary 10111110 10010010 11001110 1000 11101 0 10011 100011100 100110 1000101

Color Harmonies of #BE92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92CE

Black with #BE92CE

Text Example


Text Example

White with #BE92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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