#BC89EE

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

Shades of Wisteria #BC89EE

Tints of Wisteria #BC89EE

Color information

#BC89EE (or 0xBC89EE) is unknown color: approx Wisteria. HEX triplet: BC, 89 and EE. RGB value is (188,137,238). Sum of RGB (Red+Green+Blue) = 188+137+238=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89EE is #437611. Grayscale: #A3A3A3. Windows color (decimal): -4421138 or 15632828. OLE color: 15632828.

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

Color convert

RGB188137238-
CMYK0.210.4200.07
HSL270.3º74.81%73.53%-
HSV(B)270.3º42.44%93.33%-
XYZ45.1234.7685.22-
YUV163.76169.9145.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=33.39%
G=24.33%
B=42.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881372380.210.4200.07270.374.8173.53
HexBC89EE152A0710e4b4a
Octal274211356255207416113112
Binary10111100100010011110111010101101010011110000111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89EE; }

 p { color: rgb(188,137,238); }

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

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

 a { background-color: rgb(188,137,238); }

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

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

 span { border-color: rgb(188,137,238); }

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