#be8eee

Color #BE8EEE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE8EEE

Tints of Wisteria #BE8EEE

Color information

#BE8EEE (or 0xBE8EEE) is unknown color: approx Wisteria. HEX triplet: BE, 8E and EE. RGB value is (190,142,238). Sum of RGB (Red+Green+Blue) = 190+142+238=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EEE is #417111. Grayscale: #A6A6A6. Windows color (decimal): -4288786 or 15634110. OLE color: 15634110.

HSL color Cylindrical-coordinate representation of color #BE8EEE: hue angle of 270º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8EEE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190142238-
CMYK0.200.4000.07
HSL270º73.85%74.51%-
HSV(B)270º40.34%93.33%-
XYZ46.3436.4785.49-
YUV167.3167.9144.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=33.33%
G=24.91%
B=41.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901422380.200.4000.0727073.8574.51
HexBE8EEE14280710e4a4b
Octal276216356245007416112113
Binary10111110100011101110111010100101000011110000111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8eee; }

 p { color: rgb(190,142,238); }

 H1.HeaderClassName
 {
   color: #be8eee;
 }
 .AnyTagClassName
 {
   color: #be8eee;
 }
</style>
background-color css

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

 a { background-color: rgb(190,142,238); }

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

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

 span { border-color: rgb(190,142,238); }

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