#BC8DEE

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

Shades of Wisteria #BC8DEE

Tints of Wisteria #BC8DEE

Color information

#BC8DEE (or 0xBC8DEE) is unknown color: approx Wisteria. HEX triplet: BC, 8D and EE. RGB value is (188,141,238). Sum of RGB (Red+Green+Blue) = 188+141+238=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DEE is #437211. Grayscale: #A5A5A5. Windows color (decimal): -4420114 or 15633852. OLE color: 15633852.

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

Color convert

RGB188141238-
CMYK0.210.4100.07
HSL269.07º74.05%74.31%-
HSV(B)269.07º40.76%93.33%-
XYZ45.735.9185.41-
YUV166.11168.57143.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=33.16%
G=24.87%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881412380.210.4100.07269.0774.0574.31
HexBC8DEE15290710d4a4a
Octal274215356255107415112112
Binary10111100100011011110111010101101001011110000110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DEE; }

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

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

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

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

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

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

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

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