#BC8CEC

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

Shades of Wisteria #BC8CEC

Tints of Wisteria #BC8CEC

Color information

#BC8CEC (or 0xBC8CEC) is unknown color: approx Wisteria. HEX triplet: BC, 8C and EC. RGB value is (188,140,236). Sum of RGB (Red+Green+Blue) = 188+140+236=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEC is #437313. Grayscale: #A4A4A4. Windows color (decimal): -4420372 or 15502524. OLE color: 15502524.

HSL color Cylindrical-coordinate representation of color #BC8CEC: hue angle of 270º degrees, saturation: 0.72, 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 #BC8CEC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188140236-
CMYK0.200.4100.07
HSL270º71.64%73.73%-
HSV(B)270º40.68%92.55%-
XYZ45.2635.583.82-
YUV165.3167.9144.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=33.33%
G=24.82%
B=41.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881402360.200.4100.0727071.6473.73
HexBC8CEC14290710e484a
Octal274214354245107416110112
Binary10111100100011001110110010100101001011110000111010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CEC; }

 p { color: rgb(188,140,236); }

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

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

 a { background-color: rgb(188,140,236); }

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

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

 span { border-color: rgb(188,140,236); }

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