Html Css Color HEX #BE92D0 Wisteria

📋 copy color: '#BE92D0'

red 190 ◦ green 146 ◦ blue 208

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

Shades of Wisteria #BE92D0

Tints of Wisteria #BE92D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 34.93%
G = 26.84%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE92D0 (or 0xBE92D0) is known color: Wisteria. HEX triplet: BE, 92 and D0. RGB value is (190,146,208). Sum of RGB (Red+Green+Blue) = 190+146+208=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92D0 is #416D2F. Grayscale: #A6A6A6. Windows color (decimal): -4287792 or 13669054. OLE color: 13669054.

HSL color Cylindrical-coordinate representation of color #BE92D0: hue angle of 282.58º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE92D0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 146 208 -
CMYK 0.09 0.30 0 0.18
HSL 282.58º 0.4% 0.69% -
HSV(B) 282.58º 0.3% 0.82% -
XYZ 42.9 36.06 64.37 -
YUV 166.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 190 146 208 0.09 0.30 0 0.18 282.58 0.4 0.69
Hex BE 92 D0 9 1E 0 12 11B 28 45
Octal 276 222 320 11 36 0 22 433 50 105
Binary 10111110 10010010 11010000 1001 11110 0 10010 100011011 101000 1000101

Color Harmonies of #BE92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92D0

Black with #BE92D0

Text Example


Text Example

White with #BE92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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