#BC92DC

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

Shades of Wisteria #BC92DC

Tints of Wisteria #BC92DC

Color information

#BC92DC (or 0xBC92DC) is unknown color: approx Wisteria. HEX triplet: BC, 92 and DC. RGB value is (188,146,220). Sum of RGB (Red+Green+Blue) = 188+146+220=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DC is #436D23. Grayscale: #A6A6A6. Windows color (decimal): -4418852 or 14455484. OLE color: 14455484.

HSL color Cylindrical-coordinate representation of color #BC92DC: hue angle of 274.05º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC92DC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188146220-
CMYK0.150.3400.14
HSL274.05º51.39%71.76%-
HSV(B)274.05º33.64%86.27%-
XYZ43.9436.4272.42-
YUV166.99157.91142.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=33.94%
G=26.35%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881462200.150.3400.14274.0551.3971.76
HexBC92DCF220E1123348
Octal274222334174201642263110
Binary1011110010010010110111001111100010011101000100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92DC; }

 p { color: rgb(188,146,220); }

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

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

 a { background-color: rgb(188,146,220); }

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

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

 span { border-color: rgb(188,146,220); }

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